home *** CD-ROM | disk | FTP | other *** search
/ CICA 1994 April / CICA Shareware for Windows CD-ROM (Walnut Creek CD-ROM)(April 1994).ISO / win3 / access / access_l.exe / ACC9311.TXT < prev    next >
Text File  |  1994-01-07  |  183KB  |  4,194 lines

  1. =========================================================================
  2. Date:         Mon, 1 Nov 1993 05:55:55 SAT
  3. Reply-To:     Microsoft Access Database Discussion List
  4.               <ACCESS-L@INDYCMS.BITNET>
  5. Sender:       Microsoft Access Database Discussion List
  6.               <ACCESS-L@INDYCMS.BITNET>
  7. From:         Taha <STUP9E9@SAUPM00.BITNET>
  8. Organization: King Fahd University of Petroleum and Minerals, S.A.
  9. Subject:      registration
  10.  
  11. Dear Access server
  12. please add my name to your list. I had tried many times to subscribe my
  13. self directly but I could't ...So please help me.
  14. Thanks
  15.  
  16. Taha
  17. =========================================================================
  18. Date:         Mon, 1 Nov 1993 12:36:05 +0000
  19. Reply-To:     Microsoft Access Database Discussion List
  20.               <ACCESS-L@INDYCMS.BITNET>
  21. Sender:       Microsoft Access Database Discussion List
  22.               <ACCESS-L@INDYCMS.BITNET>
  23. From:         Martin Ederveen <M.Ederveen@CD.HSE.NL>
  24. Organization: Hogeschool Eindhoven
  25. Subject:      Runtime version stories
  26.  
  27. Hi All,
  28.  
  29. I'm currently working with the runtime version.
  30. As I have system manager Novell rights, I thought I could do the
  31. installation for users in a distributive way (NOT using the custom
  32. setup program).
  33.  
  34. The files have been split thus:
  35. Program files in a directory G:\PROGS\HT\ on the fileserver,
  36. Database files in another    H:\DATA\HT.DB\ on the same server.
  37. The user has (via group) accessrights ros to the G: dir and rw to the
  38. database.
  39.  
  40. The runtime is started thus:
  41. MSARN110 H:\DATA\HT.DB\DB1.MDB /INI G:\PROGS\HT\DB1.INI
  42.  
  43. In the DB1.INI there is a reference to the location of the used icon.
  44.  
  45. The problem arises when I refer to an icon on a networkdrive, like
  46. the path G: I used, the icon isn't used. When I refer to a local
  47. drive, say C:\WINDOWS, then it does work. Is this a bug?
  48.  
  49.  
  50. I also experience problems with the SYSTEM.MDA location. Where can I
  51. place this? It's a user-dependant file, would there be an other
  52. option but put it in C:\WINDOWS also?
  53.  
  54.  
  55. The custom setup wizard doesn't work properly for me. It refuses to
  56. accept (some) network-paths :((
  57.  
  58. ----------------------------------------------------------------------
  59. | ing. Martin W. Ederveen    | "In the future there will be real     |
  60. | Hogeschool Eindhoven       |  thinking machines.                   |
  61. | Postbus 347                |  Yes, but who's thoughts will they    |
  62. | 5600 AH Eindhoven          |  be thinking?"                        |
  63. | tel. +31 (40) 605 262      |                                       |
  64. | fax. +31 (40) 449 251      |  Quotation from Dr.Who:               |
  65. | Email M.Ederveen@CD.HSE.NL |   The Curse of Fenrick                |
  66. =========================================================================
  67. Date:         Mon, 1 Nov 1993 10:57:47 CST
  68. Reply-To:     Microsoft Access Database Discussion List
  69.               <ACCESS-L@INDYCMS.BITNET>
  70. Sender:       Microsoft Access Database Discussion List
  71.               <ACCESS-L@INDYCMS.BITNET>
  72. From:         Jim Dantin <jadantin@OCC.UKY.EDU>
  73. Subject:      Re: Running Totals
  74.  
  75. Tried it and it worked fine - Thanks!
  76. =========================================================================
  77. Date:         Mon, 1 Nov 1993 09:37:10 -0800
  78. Reply-To:     Microsoft Access Database Discussion List
  79.               <ACCESS-L@INDYCMS.BITNET>
  80. Sender:       Microsoft Access Database Discussion List
  81.               <ACCESS-L@INDYCMS.BITNET>
  82. From:         "Linda D. Cornell" <lcornell@U.WASHINGTON.EDU>
  83. Subject:      Re: Apt numbers
  84. In-Reply-To:  <9310312354.AA03993@walker.u.washington.edu>
  85.  
  86. What I have done when I want a very specific order - on a list that isn't
  87. going to change, is set up the list using a counter as the key, and then
  88. use the counter to do the sorting.  An alternative would be to add a
  89. field called sort_order, which isn't a key, and would allow more
  90. flexibility for future additions, insertions, changes.
  91.  
  92. Kludgy, but it works!
  93.  
  94. Linda Cornell
  95. lcornell@u.washington.edu
  96.  
  97. On Sun, 31 Oct 1993, DARRYL BRAATEN wrote:
  98.  
  99. > In designing a data base for aptment maintence records we have come
  100. > across a small problem.  In this particular apartment the numbering
  101. > system is not very consistant  the numbers go like this 1,2,3,4a,4b,5,6
  102. > if a alpha field is used to store the numbers apartment 4a will come
  103. > after apt. 40 when it should come after 3.  has anybody come up with a
  104. > solution to this problem before?  It has to be a fairly common problem.
  105. >
  106. > Any help would be very welcome.
  107. > replies can be sent to d3140057@bcit.bc.ca or reply in the list I read
  108. > it every day (just about any way).
  109. > ttfn
  110. > Darryl Braaten
  111. >
  112. =========================================================================
  113. Date:         Mon, 1 Nov 1993 13:59:56 PST
  114. Reply-To:     Microsoft Access Database Discussion List
  115.               <ACCESS-L@INDYCMS.BITNET>
  116. Sender:       Microsoft Access Database Discussion List
  117.               <ACCESS-L@INDYCMS.BITNET>
  118. From:         Thornton Prime <"Thorton_~Prime_at_lmu-acad1"@LMUMAIL.LMU.EDU>
  119. Subject:      Changing the User() and working with C and Access
  120.  
  121. I am interested in writing a small C++ program for windows (or for that matter
  122. DOS) that can read and write to .MDB files.
  123.  
  124. Is there something like a Class Library for this, or better yet, can I somehow
  125. use the functions built into Access's DLLs?  using DDe is not good enough for
  126. me.  I don't want to have to use the whole client/server thing.  I want to be
  127. able to distribute my C++ program WITHOUT Access, so that someone can do simple
  128. database manipulation through my application without buying MS Access.
  129.  
  130. Also, I posted a question about changing the User() without exiting Access.  I
  131. didn't see it on the list, so I'll ask again ...
  132.  
  133. I am currently writing an application for Access that requires use by different
  134. users at the same station.  My problem is that I cannot change the User()
  135. without closing the database, exiting Access and then restarting Access.
  136.  
  137. Does anyone know of a way to change the User without exiting the database, or at
  138. least without having to restart the Access Database engine?
  139.  
  140. Thanks in advance,
  141.  
  142. Thornton Prime
  143. =========================================================================
  144. Date:         Mon, 1 Nov 1993 14:20:29 -0800
  145. Reply-To:     Microsoft Access Database Discussion List
  146.               <ACCESS-L@INDYCMS.BITNET>
  147. Sender:       Microsoft Access Database Discussion List
  148.               <ACCESS-L@INDYCMS.BITNET>
  149. From:         John von Colditz <johnvon@HALCYON.COM>
  150. Subject:      Re: Changing the User() and working with C and Access
  151. In-Reply-To:  <199311012109.AA29678@halcyon.com> from "Thornton Prime" at Nov 1,
  152.               93 01:59:56 pm
  153.  
  154. Thorton,
  155.  
  156. Re: C++ and Access, get one of the ODBC libraries that are available.  I
  157. believe Q&E in Atlanta and PageAhead in Seattle have product.
  158.  
  159. John
  160. =========================================================================
  161. Date:         Tue, 2 Nov 1993 08:46:02 GMT
  162. Reply-To:     p.c.snell@birmingham.ac.uk
  163. Sender:       Microsoft Access Database Discussion List
  164.               <ACCESS-L@INDYCMS.BITNET>
  165. From:         Paul Snell <PAUL@ACS-TRAINING-CENTRE.BIRMINGHAM.AC.UK>
  166. Subject:      Re: Sorting Apartment Numbers
  167.  
  168. One solution for sorting the apartment numbers correctly is to
  169. ensure that all the numeric parts of the numbers have the same
  170. number of digits: eg. 01, 02, 02b, 03, 04a, 21, 21b and so on ..
  171. this will then sort without any problems.  Of course, it might
  172. mean a bit of work - but there can't be that many apartments can
  173. there?
  174.  
  175. Paul
  176.  
  177. *****************************************************************
  178. ***                                                           ***
  179. ***  From:  Paul Snell      Email: p.c.snell@bham.ac.uk       ***
  180. ***         IT Trainer                                        ***
  181. ***         ACS IT Training Centre                            ***
  182. ***         University of Birmingham                          ***
  183. ***         B15 2TT                                           ***
  184. ***         UK                                                ***
  185. ***                                                           ***
  186. ***         Tel: 021-414-3580   Fax: 021-414-3584             ***
  187. ***                                                           ***
  188. *****************************************************************
  189. =========================================================================
  190. Date:         Tue, 2 Nov 1993 07:53:04 CET
  191. Reply-To:     Microsoft Access Database Discussion List
  192.               <ACCESS-L@INDYCMS.BITNET>
  193. Sender:       Microsoft Access Database Discussion List
  194.               <ACCESS-L@INDYCMS.BITNET>
  195. From:         SJA Sys Admin <aeba-ja-b-imo@BERLIN-EMH1.ARMY.MIL>
  196. Subject:      Re: Apt numbers
  197.  
  198. >> In designing a data base for aptment maintence records we have come
  199. >> across a small problem.  In this particular apartment the numbering
  200. >> system is not very consistant  the numbers go like this 1,2,3,4a,4b,5,6
  201. >> if a alpha field is used to store the numbers apartment 4a will come
  202. >> after apt. 40 when it should come after 3.  has anybody come up with a
  203. >> solution to this problem before?  It has to be a fairly common problem.
  204. >>
  205. >> Any help would be very welcome.
  206. >> replies can be sent to d3140057@bcit.bc.ca or reply in the list I read
  207. >> it every day (just about any way).
  208. >> ttfn
  209. >> Darryl Braaten
  210. >>
  211.  
  212. I would recommend breaking the apartment number down into two components, a
  213. number field and a suffix field and sort on the combined key of number and
  214. suffix.
  215.  
  216. Ken Vane
  217. =========================================================================
  218. Date:         Tue, 2 Nov 1993 08:06:07 EST
  219. Reply-To:     Microsoft Access Database Discussion List
  220.               <ACCESS-L@INDYCMS.BITNET>
  221. Sender:       Microsoft Access Database Discussion List
  222.               <ACCESS-L@INDYCMS.BITNET>
  223. From:         Joe White <joe@FNMA.COM>
  224. Subject:      Delete userid g3ujxf@fnma.com
  225.  
  226. HI
  227.  
  228.  
  229. Please delete g3ujxf@fnma.com from you mail list.
  230. This id has been deleted.
  231.  
  232.  
  233. thanks Postmaster fnma.com
  234. =========================================================================
  235. Date:         Tue, 2 Nov 1993 09:58:42 EST
  236. Reply-To:     Microsoft Access Database Discussion List
  237.               <ACCESS-L@INDYCMS.BITNET>
  238. Sender:       Microsoft Access Database Discussion List
  239.               <ACCESS-L@INDYCMS.BITNET>
  240. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  241. Subject:      Delete userid g3ujxf@fnma.com
  242.  
  243. %  Please delete g3ujxf@fnma.com from you mail list.
  244. %  This id has been deleted.
  245.  
  246. I wonder why these guys don't send a "UNSUB *" before they
  247. delete userids...I guess they don't know "laziness is the
  248. mother of invention"... :)
  249. =========================================================================
  250. Date:         Tue, 2 Nov 1993 12:07:35 EST
  251. Reply-To:     Microsoft Access Database Discussion List
  252.               <ACCESS-L@INDYCMS.BITNET>
  253. Sender:       Microsoft Access Database Discussion List
  254.               <ACCESS-L@INDYCMS.BITNET>
  255. From:         Sheryl Smoot <Sheryl_Smoot@MAIL.AMSINC.COM>
  256. Subject:      Queries on Large Databases
  257.  
  258.      I have an Access database that has a table with over 100,000 records
  259.      in it and have found that the performance I get from my queries is
  260.      miserably slow.  The searches I perform allow for complex AND/OR WHERE
  261.      clauses.  My searches are keyword searches into the name field of the
  262.      table.  I have pulled out all of the keywords from the name field into
  263.      another table and now can join the keyword table to the first table
  264.      (thus eliminating using "Like" in my SQL), but this is still slow.
  265.  
  266.      Does anyone know of any optimization hints or any books that might be
  267.      useful?
  268.  
  269.      Thanks!
  270.  
  271.      Sherry
  272. =========================================================================
  273. Date:         Tue, 2 Nov 1993 13:36:29 EST
  274. Reply-To:     Microsoft Access Database Discussion List
  275.               <ACCESS-L@INDYCMS.BITNET>
  276. Sender:       Microsoft Access Database Discussion List
  277.               <ACCESS-L@INDYCMS.BITNET>
  278. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  279. Organization: IUPUI Student Activities Office (317) 274-3931
  280. Subject:      Re: Queries on Large Databases
  281. In-Reply-To:  Message of Tue,
  282.               2 Nov 1993 12:07:35 EST from <Sheryl_Smoot@MAIL.AM SINC.COM>
  283.  
  284. In practical terms, a 100,000-record .MDB is going to be extremely slow
  285. even though Access will create databases of--what is it?--up to 2 million
  286. records or whatever.
  287.  
  288. However, you don't mention anything about your system.  Which processor,
  289. what speed, how much RAM, etc?
  290.  
  291. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  292. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  293. Indiana University Purdue University Indianapolis
  294. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  295. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  296. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  297. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  298. ------------------------------------------------------------------------------
  299. =========================================================================
  300. Date:         Tue, 2 Nov 1993 13:33:53 EDT
  301. Reply-To:     Microsoft Access Database Discussion List
  302.               <ACCESS-L@INDYCMS.BITNET>
  303. Sender:       Microsoft Access Database Discussion List
  304.               <ACCESS-L@INDYCMS.BITNET>
  305. From:         Dave Finley <finleyd@VRINET.COM>
  306. Subject:      Where are field/table descriptions stored?
  307.  
  308. To all:
  309.  
  310. I am currently putting together an application to assist me in documenting
  311. my database objects (tables/queries/forms/etc). As part of that, I wish to
  312. transfer table and field description information. I am having trouble
  313. finding these descriptions in the "MS" tables, especially the "field
  314. description" information. Does anyone know where I can find this
  315. information (table, field)? Has anyone else out there worked this issue?
  316.  
  317. Dave F.
  318. finleyd@vrinet.com
  319. =========================================================================
  320. Date:         Tue, 2 Nov 1993 10:25:09 -0500
  321. Reply-To:     Microsoft Access Database Discussion List
  322.               <ACCESS-L@INDYCMS.BITNET>
  323. Sender:       Microsoft Access Database Discussion List
  324.               <ACCESS-L@INDYCMS.BITNET>
  325. From:         Kevin Muenzler <MUENZLERK%SHIRE@UTHSCSA.EDU>
  326. Organization: University of Texas Health Science Center at San Antonio
  327. Subject:      Re: Apt numbers
  328.  
  329. >> In designing a data base for aptment maintence records we have come
  330. >> across a small problem.  In this particular apartment the numbering
  331. >> system is not very consistant  the numbers go like this 1,2,3,4a,4b,5,6
  332. >> if a alpha field is used to store the numbers apartment 4a will come
  333. >> after apt. 40 when it should come after 3.  has anybody come up with a
  334. >> solution to this problem before?  It has to be a fairly common problem.
  335. >>
  336. >> Any help would be very welcome.
  337. >> replies can be sent to d3140057@bcit.bc.ca or reply in the list I read
  338. >> it every day (just about any way).
  339. >> ttfn
  340. >> Darryl Braaten
  341. >>
  342.  
  343. As you probably know, text is sorted differently than numeric data.  Elements
  344. are placed in alphabetical order (ASCII).  If you want to have the "numbers"
  345. in numeric order with 4 coming before 4a and then 4b... you must have the
  346. elements right justified in the table.  This will cause the sort routine
  347. to treat them properly as text-numbers so you will won't end up with something
  348. like this:
  349.  
  350. 1
  351. 10
  352. 11
  353. 2
  354. 20
  355. 3
  356. 4
  357. 4a
  358. 4b
  359. 5
  360. 6
  361. 7
  362. 8
  363. 9
  364. ...
  365.  
  366. but like this:
  367.  
  368.       1
  369.       2
  370.       3
  371.       4
  372.      4a
  373.      4b
  374.       5
  375.       6
  376.       7
  377.       8
  378.       9
  379.      10
  380.      11
  381.      20
  382. ...
  383.  
  384. Your macros or program can do whatever with the elements after they are
  385. retrieved, but they should be stored RIGHT JUSTIFIED in the table(s).
  386.  
  387.                         Later...
  388.                 Kevin Muenzler
  389.                         MUENZLERK@UTHSCSA.EDU
  390. =========================================================================
  391. Date:         Tue, 2 Nov 1993 12:22:52 PST
  392. Reply-To:     Microsoft Access Database Discussion List
  393.               <ACCESS-L@INDYCMS.BITNET>
  394. Sender:       Microsoft Access Database Discussion List
  395.               <ACCESS-L@INDYCMS.BITNET>
  396. From:         schuck@SFU.CA
  397. Subject:      Record Locks On Netware
  398. In-Reply-To:  <9309081705.AA09778@whistler.sfu.ca>; from "Phil Paxton" at Sep 8,
  399.               93 12:20 pm
  400.  
  401. I've been importing data files from our Netware server.
  402.  
  403. Everything has been fine, but today Novell is
  404. complaining about record lock violations.
  405.  
  406. I remember reading about setting the lock limit
  407. somewhere, but can't find it.
  408.  
  409. Can anybody help?
  410.  
  411. Thanks.
  412. =========================================================================
  413. Date:         Tue, 2 Nov 1993 21:33:50 -0700
  414. Reply-To:     Microsoft Access Database Discussion List
  415.               <ACCESS-L@INDYCMS.BITNET>
  416. Sender:       Microsoft Access Database Discussion List
  417.               <ACCESS-L@INDYCMS.BITNET>
  418. From:         Bill Stewart <STEWART@GC.BITNET>
  419. Subject:      Re: Queries on Large Databases
  420.  
  421. There is a newsletter put out by the COBB group.  Several of the issues
  422. deal with how to optomize queries.  Perhaps you might find a back issue
  423. somewhere.
  424.  
  425. ------------------------------------------------------
  426. Bill Stewart
  427. Gendale Community College
  428. 6000 W. Olive Ave
  429. Glendale AZ. 85302
  430. ------------------------------------------------------
  431. =========================================================================
  432. Date:         Wed, 3 Nov 1993 08:39:41 -0500
  433. Reply-To:     Microsoft Access Database Discussion List
  434.               <ACCESS-L@INDYCMS.BITNET>
  435. Sender:       Microsoft Access Database Discussion List
  436.               <ACCESS-L@INDYCMS.BITNET>
  437. From:         Arman Rivard <rivard@VALHALLA.HKS.COM>
  438. Subject:      Access and NOVELL
  439.  
  440.  This might be a FAQ but...
  441.  
  442.    I am finally ready to go online with the database. I am setting up Novell
  443.    3.11. Do I need Windows for Workgroups? Who takes care of the file locking?
  444.    Where do I find info about this.
  445.  
  446.    Thanks for any help.
  447.  
  448. --
  449.  
  450. Arman Rivard         How do Peabody and Sherman get back ?
  451. <rivard@hks.com>
  452. =========================================================================
  453. Date:         Wed, 3 Nov 1993 09:04:11 EST
  454. Reply-To:     Microsoft Access Database Discussion List
  455.               <ACCESS-L@INDYCMS.BITNET>
  456. Sender:       Microsoft Access Database Discussion List
  457.               <ACCESS-L@INDYCMS.BITNET>
  458. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  459. Subject:      Where are field/table descriptions stored?
  460.  
  461. % I am currently putting together an application to assist me in documenting
  462. % my database objects (tables/queries/forms/etc). As part of that, I wish to
  463. % transfer table and field description information. I am having trouble
  464. % finding these descriptions in the "MS" tables, especially the "field
  465. % description" information. Does anyone know where I can find this
  466. % information (table, field)? Has anyone else out there worked this issue?
  467.  
  468. Turn on the viewing of system objects and you'll see the series of
  469. elements prefixed by "MSys...".  Also, you might want to look at
  470. the code in the Access Analyzer library for some ideas about how
  471. to look at this stuff.
  472.  
  473. phil
  474.  
  475. ---------------------------------------------------------------------
  476. phil paxton
  477. development editor
  478. sams/prentice hall computer publishing  <=== "GO SAMS" via Compuserve
  479. paramount publishing
  480. indianapolis, indiana
  481. =========================================================================
  482. Date:         Wed, 3 Nov 1993 09:11:23 EST
  483. Reply-To:     Microsoft Access Database Discussion List
  484.               <ACCESS-L@INDYCMS.BITNET>
  485. Sender:       Microsoft Access Database Discussion List
  486.               <ACCESS-L@INDYCMS.BITNET>
  487. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  488. Subject:      Queries on Large Databases
  489.  
  490. % I have an Access database that has a table with over 100,000 records
  491. % in it and have found that the performance I get from my queries is
  492. % miserably slow.  The searches I perform allow for complex AND/OR WHERE
  493. % clauses.  My searches are keyword searches into the name field of the
  494. % table.  I have pulled out all of the keywords from the name field into
  495. % another table and now can join the keyword table to the first table
  496. % (thus eliminating using "Like" in my SQL), but this is still slow.
  497.  
  498. % Does anyone know of any optimization hints or any books that might be
  499. % useful?
  500.  
  501. The two easiest ones are 1) indexing; and 2) you probably don't
  502. have anything like this but look for redundant tests -- this is
  503. a problem not only for databases, but coding in general -- since
  504. it appears you are working in SQL source instead of QBE, you might
  505. want to check again.  I'm referring to the obvious things like
  506.  
  507.    if FName = Joe and LName = Smith or
  508.       FName = Tim and LName = Smith
  509.  
  510. instead of
  511.    if LName = Smith And ( FName = Joe or Tim )
  512.  
  513. scenarios as well as the more complicated ones.  I realize I've
  514. oversimplified here a little, but since we have an audience of
  515. varying levels...
  516.  
  517.  
  518. FWIW, I've already put my $0.02 in for a chapter on Access
  519. Performing and Tuning on a future edition of "Access Developer's
  520. Guide".
  521.  
  522. cheers.
  523.  
  524. ---------------------------------------------------------------------
  525. phil paxton
  526. development editor
  527. sams/prentice hall computer publishing  <=== "GO SAMS" via Compuserve
  528. paramount publishing
  529. indianapolis, indiana
  530. =========================================================================
  531. Date:         Wed, 3 Nov 1993 12:11:09 -0800
  532. Reply-To:     Microsoft Access Database Discussion List
  533.               <ACCESS-L@INDYCMS.BITNET>
  534. Sender:       Microsoft Access Database Discussion List
  535.               <ACCESS-L@INDYCMS.BITNET>
  536. From:         "Linda D. Cornell" <lcornell@U.WASHINGTON.EDU>
  537. Subject:      The Knowledge Base
  538.  
  539. Hi there,
  540. I ftp'd the knowledge base the other day, but I can't get it to unzip
  541. using PKUNZIP.EXE.  Does anyone have any alternate unzipping programs
  542. that they can suggest?
  543.  
  544. Thanks in advance!
  545.  
  546. Linda Cornell
  547. lcornell@u.washington.edu
  548. =========================================================================
  549. Date:         Wed, 3 Nov 1993 16:43:06 EST
  550. Reply-To:     Microsoft Access Database Discussion List
  551.               <ACCESS-L@INDYCMS.BITNET>
  552. Sender:       Microsoft Access Database Discussion List
  553.               <ACCESS-L@INDYCMS.BITNET>
  554. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  555. Organization: IUPUI Student Activities Office (317) 274-3931
  556. Subject:      Re: The Knowledge Base
  557. In-Reply-To:  Message of Wed,
  558.               3 Nov 1993 12:11:09 -0800 from <lcornell@U.WASHING TON.EDU>
  559.  
  560. If you ftp'd that KB out of the Access directory on CICA, it is zipped
  561. with PKZIP 2.04g.  You won't be able to unzip it with PKUNZIP 1.10.
  562.  
  563. I think PKZIP 2.04g is also available somewhere on CICA.
  564.  
  565. Nathan
  566.  
  567. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  568. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  569. Indiana University Purdue University Indianapolis
  570. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  571. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  572. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  573. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  574. ------------------------------------------------------------------------------
  575. =========================================================================
  576. Date:         Wed, 3 Nov 1993 18:50:50 EST
  577. Reply-To:     Microsoft Access Database Discussion List
  578.               <ACCESS-L@INDYCMS.BITNET>
  579. Sender:       Microsoft Access Database Discussion List
  580.               <ACCESS-L@INDYCMS.BITNET>
  581. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  582. Subject:      The Knowledge Base
  583.  
  584. % I ftp'd the knowledge base the other day, but I can't get it to unzip
  585. % using PKUNZIP.EXE.  Does anyone have any alternate unzipping programs
  586. % that they can suggest?
  587.  
  588. Did you remember to FTP it with BINARY ?
  589. =========================================================================
  590. Date:         Wed, 3 Nov 1993 14:56:06 LST
  591. Reply-To:     Microsoft Access Database Discussion List
  592.               <ACCESS-L@INDYCMS.BITNET>
  593. Sender:       Microsoft Access Database Discussion List
  594.               <ACCESS-L@INDYCMS.BITNET>
  595. From:         Scott Selk <S=SELK%SC%168ARG@AKEIL.ANG.AF.MIL>
  596. Subject:      LIST BOX TO SELECT MACRO
  597.  
  598. I am trying to use a 4 item list box to run a macro out of a macro group.
  599. However when the macro runs it says "macro"not found"
  600.  
  601. ex. if you pick computers from the list it would trap the selection and pass
  602. it on as the macroname selection.computers to the macrogroup.
  603.  
  604. If this makes sense to anybody and you can help plz post to list or me
  605. personally as I read the list daily.
  606.  
  607. +---------------------------------------------+
  608. |   SCOTT D. SELK, ALASKA AIR GUARD           |
  609. |   BLDG 3126 STE 1, EIELSON AFB, AK 99702    |
  610. |   INTERNET:SCOTT@AKEIL.ANG.AF.MIL           |
  611. |   PHONE: (907)377-2550 FAX:(907)377-1456    |
  612. +---------------------------------------------+
  613. =========================================================================
  614. Date:         Wed, 3 Nov 1993 21:52:58 -0500
  615. Reply-To:     Microsoft Access Database Discussion List
  616.               <ACCESS-L@INDYCMS.BITNET>
  617. Sender:       Microsoft Access Database Discussion List
  618.               <ACCESS-L@INDYCMS.BITNET>
  619. From:         George Raudabaugh <RAUDABAUGH@IDICL1.IDI.OCLC.ORG>
  620. Subject:      Re: The Knowledge Base
  621.  
  622. Did the naming stuff get resolved?  I seem to remember that this was
  623. actually a self-extracting archive (a .EXE) but cica had renamed it
  624. to .ZIP.
  625.  
  626. GR.
  627. =========================================================================
  628. Date:         Wed, 3 Nov 1993 22:34:40 EST
  629. Reply-To:     Microsoft Access Database Discussion List
  630.               <ACCESS-L@INDYCMS.BITNET>
  631. Sender:       Microsoft Access Database Discussion List
  632.               <ACCESS-L@INDYCMS.BITNET>
  633. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  634. Organization: IUPUI Student Activities Office (317) 274-3931
  635. Subject:      Re: The Knowledge Base
  636. In-Reply-To:  Message of Wed,
  637.               3 Nov 1993 21:52:58 -0500 from <RAUDABAUGH@IDICL1. IDI.OCLC.ORG>
  638.  
  639. No...that was my too-hasty analysis of the situation.  *blush*  There is
  640. NOT a naming problem.  Here's what happened:
  641.  
  642. Apparently what happened at that time was that I put the February version
  643. of the KB up on CICA in the uploads area--specifically pub/pc/win3/uploads/
  644. JUN93.  Also in June, there was another KB upgrade which someone put into
  645. the pub/pc/win3/access directory.  I <thought> at the time that they had
  646. simply moved the self-dissolving archive that <I> uploaded into the
  647. Access directory and had somehow managed to rename it to a .ZIP extension.
  648. This was <NOT> the case.  The CICA managers put me right on this after I
  649. asked them about it and I'm pretty sure I announced that to the list
  650. right after they told me.  I subsequently downloaded the NEWER KB from
  651. the access directory and found that it was a PKZIP v2.04g archive (the
  652. hard way--it wouldn't unzip on my copy of 1.10 at work, but did on the
  653. my copy of 2.04g at home).
  654.  
  655. Moral of the story:  Get the KB out of the Access directory because it's
  656. newer than the one I originally uploaded, and upgrade to PK 2.04g so
  657. you can extract it.  (Why it wasn't put up in a self-dissolving archive
  658. is beyond me...)
  659.  
  660. Hope this clears that up.
  661.  
  662. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  663. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  664. Indiana University Purdue University Indianapolis
  665. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  666. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  667. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  668. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  669. ------------------------------------------------------------------------------
  670. =========================================================================
  671. Date:         Wed, 3 Nov 1993 22:21:00 -0800
  672. Reply-To:     Microsoft Access Database Discussion List
  673.               <ACCESS-L@INDYCMS.BITNET>
  674. Sender:       Microsoft Access Database Discussion List
  675.               <ACCESS-L@INDYCMS.BITNET>
  676. From:         Glen D Moffitt <glenm@CYBERSPACE.COM>
  677. Subject:      Re: The Knowledge Base
  678. In-Reply-To:  <9311032034.AA29343@cyberspace.com>
  679.  
  680. You did not state what if any error messages you may have been getting
  681. when you tried to unzip, but you are probably using an earlier version of
  682. pkunzip on a file that has been zipped with a later version of pkzip.  The
  683. latest version is I think 2.04g and is available off of almost any bbs.  I
  684. see from your address you might be in the Seattle area?  If you need them,
  685. I can give you some numbers of some good bbs's.
  686.  
  687.   Glen
  688. =========================================================================
  689. Date:         Wed, 3 Nov 1993 23:54:48 -0800
  690. Reply-To:     Microsoft Access Database Discussion List
  691.               <ACCESS-L@INDYCMS.BITNET>
  692. Sender:       Microsoft Access Database Discussion List
  693.               <ACCESS-L@INDYCMS.BITNET>
  694. From:         John von Colditz <johnvon@HALCYON.COM>
  695. Subject:      Re: Where are field/table descriptions stored?
  696. In-Reply-To:  <199311031412.AA03818@halcyon.com> from "Phil Paxton" at Nov 3,
  697.               93 09:04:11 am
  698.  
  699. There is a product by the name of Total Access that will do all of this
  700. for you.  It is < $200, and available from FMS.  Phone 703-356-4700, FAX
  701. 703-448-3861.  We have used it, and it does a very thorough job.
  702.  
  703. John
  704. =========================================================================
  705. Date:         Thu, 4 Nov 1993 02:15:29 CST
  706. Reply-To:     Microsoft Access Database Discussion List
  707.               <ACCESS-L@INDYCMS.BITNET>
  708. Sender:       Microsoft Access Database Discussion List
  709.               <ACCESS-L@INDYCMS.BITNET>
  710. From:         Pete Fanning <FANNINGP@MUSIC.LIB.MATC.EDU>
  711. Subject:      Labels and Access
  712.  
  713. Forgive me, but I'm not all that familiar with ACCESS, although
  714. I'm learning as I go along.
  715.  
  716. My problem is this:  I'm working on a Video Tape database and I'm
  717. trying to produce labels for these tapes based on the data in my
  718. database.  I have the report setup, but I'm having problems
  719. with one aspect of the task.
  720.  
  721. On any given label, I can only fit 4 programs per label.  My problem
  722. is how to tell ACCESS to move to the next label if there are more
  723. than 4 programs.  I have tried to set up something by clicking on
  724. "Sorting and Grouping", but I'm not having any success.
  725.  
  726. My theory is I may have to define a function that I can insert in
  727. the Sorting and Grouping box to perform this task, but I have no
  728. idea how to proceed.
  729.  
  730. Has anyone done anything similar to what I'm talking about, or
  731. know enough about ACCESS to point me in the right direction?
  732.  
  733. I'd be most appreciative!  Thanks!
  734.  
  735. Pete Fanning
  736. Internet: fanningp@music.lib.matc.edu
  737. =========================================================================
  738. Date:         Thu, 4 Nov 1993 09:44:00 MET
  739. Reply-To:     Microsoft Access Database Discussion List
  740.               <ACCESS-L@INDYCMS.BITNET>
  741. Sender:       Microsoft Access Database Discussion List
  742.               <ACCESS-L@INDYCMS.BITNET>
  743. From:         Gran Petersson <Goran@MICROFRONT.SE>
  744. Subject:      Software for group-planning.
  745.  
  746. I am looking for a software for planning a group of people. I am not going
  747. to build The Empire State building so I dont need MS Project and that kind
  748. of stuff.
  749. I just want to put in the different kind of jobs with some parameters and
  750. who is responsible and want to know when the next employee is free for a new
  751. task and when can we take up new task and that kind of things.
  752.  
  753. I have tried som calender-software and group-software like Schedule, Task
  754. Timer and so on but no, it is not the right thing.
  755.  
  756. Anyone who has an idea?
  757.  
  758. Regards,
  759.  
  760. Goran Peterson
  761. goran@microfront.se
  762.  
  763.  
  764. ______________________________________________________________________
  765.  
  766.   Goran Peterson                 Tel:   +46-47081065
  767.   Microfront Vaxjo AB           Fax:    +46 47082356 (+46 47841675 home)
  768.   P G Vejdes vag 15
  769.   S-352 52  VAXJO
  770.   SWEDEN
  771.  
  772.   Internet:    goran@microfront.se
  773.   Memonet/SIL: ERI.VAX."GORAN%MFSVINX..MAIL.SWIP.NET"..INET..EDS
  774. ______________________________________________________________________
  775. =========================================================================
  776. Date:         Thu, 4 Nov 1993 07:21:19 EST
  777. Reply-To:     Microsoft Access Database Discussion List
  778.               <ACCESS-L@INDYCMS.BITNET>
  779. Sender:       Microsoft Access Database Discussion List
  780.               <ACCESS-L@INDYCMS.BITNET>
  781. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  782. Subject:      Labels and Access
  783.  
  784. % On any given label, I can only fit 4 programs per label.  My problem
  785. % is how to tell ACCESS to move to the next label if there are more
  786. % than 4 programs.  I have tried to set up something by clicking on
  787. % "Sorting and Grouping", but I'm not having any success.
  788.  
  789. % My theory is I may have to define a function that I can insert in
  790. % the Sorting and Grouping box to perform this task, but I have no
  791. % idea how to proceed.
  792.  
  793. % Has anyone done anything similar to what I'm talking about, or
  794. % know enough about ACCESS to point me in the right direction?
  795.  
  796. Have you tried looking at the output options available with the
  797. Report Wizard.  There are a ton of predefined labels -- it's much
  798. better to see if there's something built-in which will solve your
  799. problem than to go through the hassles of writing extra code.
  800.  
  801. ---------------------------------------------------------------------
  802. phil paxton
  803. development editor
  804. sams/prentice hall computer publishing  <=== "GO SAMS" via Compuserve
  805. paramount publishing
  806. indianapolis, indiana
  807. =========================================================================
  808. Date:         Thu, 4 Nov 1993 07:24:27 EST
  809. Reply-To:     Microsoft Access Database Discussion List
  810.               <ACCESS-L@INDYCMS.BITNET>
  811. Sender:       Microsoft Access Database Discussion List
  812.               <ACCESS-L@INDYCMS.BITNET>
  813. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  814. Subject:      PKZIP / was Re: The Knowledge Base
  815.  
  816. % Did the naming stuff get resolved?  I seem to remember that this was
  817. % actually a self-extracting archive (a .EXE) but cica had renamed it
  818. % to .ZIP.
  819.  
  820. CICA renamed it .ZIP or someone uploaded it as .ZIP?
  821. =========================================================================
  822. Date:         Thu, 4 Nov 1993 07:26:44 EST
  823. Reply-To:     Microsoft Access Database Discussion List
  824.               <ACCESS-L@INDYCMS.BITNET>
  825. Sender:       Microsoft Access Database Discussion List
  826.               <ACCESS-L@INDYCMS.BITNET>
  827. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  828. Subject:      Re: The Knowledge Base
  829.  
  830. % can extract it.  (Why it wasn't put up in a self-dissolving archive
  831. % is beyond me...)
  832.  
  833. I'm figuring either someone repackaged PKZIP (a pet peeve -- people
  834. who FTP or d/l something, then reorganize because they don't know
  835. what the #)$&*#) they are doing) or CICA personnel somehow thinking
  836. no one wants a .EXE....
  837. =========================================================================
  838. Date:         Thu, 4 Nov 1993 06:30:12 CST
  839. Reply-To:     Microsoft Access Database Discussion List
  840.               <ACCESS-L@INDYCMS.BITNET>
  841. Sender:       Microsoft Access Database Discussion List
  842.               <ACCESS-L@INDYCMS.BITNET>
  843. From:         Pete Fanning <FANNINGP@MUSIC.LIB.MATC.EDU>
  844. Subject:      Re: Labels and Access
  845. In-Reply-To:  In reply to your message of THU 04 NOV 1993 06:21:19 CST
  846.  
  847. > Have you tried looking at the output options available with the
  848. > Report Wizard.  There are a ton of predefined labels -- it's much
  849.  
  850. I'll take another look, but I don't remember seeing too much
  851. flexability with labels in Report Wizard (that is how I created
  852. my initial label format).
  853.  
  854. I have no problem with the label FORMAT.  It's how I tell ACCESS
  855. to go to the next label after 4 records that's the problem.  I
  856. don't think Report Wizard will do this for me, but, like I said,
  857. I'll take another look.  Thanks for responding, Phil.
  858.  
  859. Pete Fanning
  860. Internet: fanningp@music.lib.matc.edu
  861. (born at Methodist Hospital, raised in good 'ole Indy,
  862.  now living in Milwaukee, WI)
  863. =========================================================================
  864. Date:         Thu, 4 Nov 1993 14:26:48 +0200
  865. Reply-To:     Microsoft Access Database Discussion List
  866.               <ACCESS-L@INDYCMS.BITNET>
  867. Sender:       Microsoft Access Database Discussion List
  868.               <ACCESS-L@INDYCMS.BITNET>
  869. From:         "Info-Disk LTD." <infodisk@ZEUS.DATASRV.CO.IL>
  870. Subject:      Re: Software for group-planning.
  871. In-Reply-To:  <199311040850.AA05876@zeus.datasrv.co.il>
  872.  
  873. Hi, Goran!
  874. I'm not completely sure, however you could try EAZYPROJECT (ezprj402.zip)
  875. software, it is available for example from OAKLAND SIMTEL
  876. (OAK.oakland.edu), directory /pub/msdos/flowchart.
  877. Good luck!
  878.  
  879. Sergey Rudenko
  880.  
  881. Tel +972-3-9318667, fax +972-3-930-1049
  882.     +972-3-9307820 (home)
  883. =========================================================================
  884. Date:         Thu, 4 Nov 1993 08:36:31 PST
  885. Reply-To:     Microsoft Access Database Discussion List
  886.               <ACCESS-L@INDYCMS.BITNET>
  887. Sender:       Microsoft Access Database Discussion List
  888.               <ACCESS-L@INDYCMS.BITNET>
  889. From:         DARRYL BRAATEN <D3140057@BCIT.BC.CA>
  890. Subject:      Thanks
  891.  
  892. Thanks for all the sugestions for organising the apt numbers.  The
  893. working solution was to use two fields one for then number one for the
  894. letter and use a dash for the apts with out a letter.   Thanks
  895. TTFN
  896. =========================================================================
  897. Date:         Thu, 4 Nov 1993 12:20:55 -0500
  898. Reply-To:     Microsoft Access Database Discussion List
  899.               <ACCESS-L@INDYCMS.BITNET>
  900. Sender:       Microsoft Access Database Discussion List
  901.               <ACCESS-L@INDYCMS.BITNET>
  902. From:         "Louis M. Swiczewicz" <SWICZ@ACC.RWU.EDU>
  903. Subject:      The Knowledge Base
  904.  
  905. Question:
  906.  
  907. Is there an updated version of ACC-KB?  The ACC-KB.zip file located
  908. in the access directory was last modified June '93.  Is there a
  909. newer version located at a FTP site?
  910.  
  911. Microsoft does maintain an anonymous FTP site that includes
  912. Knowledge Bases for most of their products including Access.  The
  913. Access KB for the most part includes nearly identical information
  914. to that found in the ACC-KB.  However, files have to be
  915. individually retrieved.
  916.  
  917. Besides the Knowledge Bases, Microsoft also has a softlib which
  918. includes a number of drivers and other goodies.
  919.  
  920. FTP to GOWINNT.MICROSOFT.COM  (IP = 198.105.232.1)
  921.  
  922. To get to the Access Knowledge Base, CD deskapps/access/kb.  One
  923. should use the get command to retrieve the index.txt file.  The
  924. index includes descriptions for the Information sheets.
  925. =========================================================================
  926. Date:         Thu, 4 Nov 1993 14:13:53 EST
  927. Reply-To:     Microsoft Access Database Discussion List
  928.               <ACCESS-L@INDYCMS.BITNET>
  929. Sender:       Microsoft Access Database Discussion List
  930.               <ACCESS-L@INDYCMS.BITNET>
  931. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  932. Subject:      The Knowledge Base
  933.  
  934. % From: "Louis M. Swiczewicz" <SWICZ@ACC.RWU.EDU>
  935. % Question:
  936. % Is there an updated version of ACC-KB?  The ACC-KB.zip file located
  937. % in the access directory was last modified June '93.  Is there a
  938. % newer version located at a FTP site?
  939.  
  940. According to the archives on Compu$erve, the most current KB is
  941. dated 10-11 and the summary states the cutoff date was 09/23/93.
  942.  
  943. ---------------------------------------------------------------------
  944. phil paxton
  945. development editor
  946. sams/prentice hall computer publishing  <=== "GO SAMS" via Compuserve
  947. paramount publishing
  948. indianapolis, indiana
  949. =========================================================================
  950. Date:         Thu, 4 Nov 1993 23:29:18 -0800
  951. Reply-To:     Kael Fischer <kaelf@netcom.com>
  952. Sender:       Microsoft Access Database Discussion List
  953.               <ACCESS-L@INDYCMS.BITNET>
  954. From:         Kael Fischer <kaelf@NETCOM.COM>
  955. Subject:      Out of Memory? NO WAY!!
  956.  
  957. When I paste a link from a Word for Windows document to an object frame on
  958. an MS Access form I get OUT OF MEMORY messages from both Word and Access.
  959.  
  960. Now I would think that this is a reasonable condition except:
  961.         1) I just got a new 486/66 with 8MB of memory, and this operation
  962. worked fine with my 386sx/16 that only had 6MB of RAM.
  963.         2) I use the same shells in both cases (PC-TOOLS).  The CPS System
  964. Consultant reports that I have MORE memory (both physical and virtual) on
  965. the new machine than the old one.
  966.         3)  The documents I am linking are often very small.
  967.  
  968. Why am I getting these messages?  Can you offer any advice?
  969.  
  970.  
  971. Virtually,
  972. Kael Fischer
  973.  
  974. kaelf@netcom.com
  975. =========================================================================
  976. Date:         Fri, 5 Nov 1993 07:54:57 -0800
  977. Reply-To:     Microsoft Access Database Discussion List
  978.               <ACCESS-L@INDYCMS.BITNET>
  979. Sender:       Microsoft Access Database Discussion List
  980.               <ACCESS-L@INDYCMS.BITNET>
  981. From:         John von Colditz <johnvon@HALCYON.COM>
  982. Subject:      Re: The Knowledge Base
  983. In-Reply-To:  <199311041722.AA20269@halcyon.com> from "Louis M. Swiczewicz" at
  984.               Nov 4, 93 12:20:55 pm
  985.  
  986. The latest copy of the Knowledge Base also includes a find function that
  987. allows you to search all text in the database, and look for combinations
  988. of terms.
  989.  
  990. John
  991. =========================================================================
  992. Date:         Fri, 5 Nov 1993 08:15:08 -0800
  993. Reply-To:     Microsoft Access Database Discussion List
  994.               <ACCESS-L@INDYCMS.BITNET>
  995. Sender:       Microsoft Access Database Discussion List
  996.               <ACCESS-L@INDYCMS.BITNET>
  997. From:         John von Colditz <johnvon@HALCYON.COM>
  998. Subject:      Re: Labels and Access
  999. In-Reply-To:  <199311040839.AA09884@halcyon.com> from "Pete Fanning" at Nov 4,
  1000.               93 02:15:29 am
  1001.  
  1002. Pete,
  1003.  
  1004. Build your report from a query.  Add two fields to the query, a counter
  1005. and a derived field.  Use a function for the derived field.  Code the
  1006. function something like:
  1007.  
  1008. If counterfield mod 4 = 1 then
  1009.     derivedfield = derivedfield + 1
  1010. else
  1011.     derivedfield doesn't increment
  1012. endif
  1013.  
  1014. Your output should look like:
  1015.  
  1016. Counter  Derived
  1017. 1          1
  1018. 2          1
  1019. 3          1
  1020. 4          1
  1021. 5          2
  1022. ....
  1023.  
  1024. Then group on the derived field.
  1025.  
  1026. John
  1027. =========================================================================
  1028. Date:         Fri, 5 Nov 1993 11:16:44 EST
  1029. Reply-To:     Microsoft Access Database Discussion List
  1030.               <ACCESS-L@INDYCMS.BITNET>
  1031. Sender:       Microsoft Access Database Discussion List
  1032.               <ACCESS-L@INDYCMS.BITNET>
  1033. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  1034. Organization: IUPUI Student Activities Office (317) 274-3931
  1035. Subject:      Re: The Knowledge Base
  1036. In-Reply-To:  Message of Fri,
  1037.               5 Nov 1993 07:54:57 -0800 from <johnvon@HALCYON.CO M>
  1038.  
  1039. It has also grown to be quite large.  I saw two different copies of it
  1040. on CompuServe last night, one at (as I recall) 1.2MB and one at 1.5MB.
  1041. I didn't download it because I was on my sister's account and didn't
  1042. want to load up her bill...even at 9600 baud it said 30 minutes to down-
  1043. load it.
  1044.  
  1045. Do our friends at Microsoft have any thoughts on why the help file version
  1046. isn't available for ftp from their server?
  1047.  
  1048. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  1049. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  1050. Indiana University Purdue University Indianapolis
  1051. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  1052. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  1053. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  1054. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  1055. ------------------------------------------------------------------------------
  1056. =========================================================================
  1057. Date:         Fri, 5 Nov 1993 08:22:59 -0800
  1058. Reply-To:     Microsoft Access Database Discussion List
  1059.               <ACCESS-L@INDYCMS.BITNET>
  1060. Sender:       Microsoft Access Database Discussion List
  1061.               <ACCESS-L@INDYCMS.BITNET>
  1062. From:         John von Colditz <johnvon@HALCYON.COM>
  1063. Subject:      Re: LIST BOX TO SELECT MACRO
  1064. In-Reply-To:  <199311040052.AA24805@halcyon.com> from "Scott Selk" at Nov 3,
  1065.               93 02:56:06 pm
  1066.  
  1067. Scott,
  1068.  
  1069. You need to run a single macro in the On Exit property of the list box.
  1070. It would use contitionals in the macro to examine the value in the list
  1071. box, and then run other macros in response to the values.
  1072.  
  1073. Hope this helps.
  1074.  
  1075. John
  1076. =========================================================================
  1077. Date:         Fri, 5 Nov 1993 08:40:18 -0800
  1078. Reply-To:     Microsoft Access Database Discussion List
  1079.               <ACCESS-L@INDYCMS.BITNET>
  1080. Sender:       Microsoft Access Database Discussion List
  1081.               <ACCESS-L@INDYCMS.BITNET>
  1082. From:         John von Colditz <johnvon@HALCYON.COM>
  1083. Subject:      Re: The Knowledge Base
  1084. In-Reply-To:  <199311051625.AA07263@halcyon.com> from "Nathan Brindle" at Nov 5,
  1085.               93 11:16:44 am
  1086.  
  1087. The two files Nathan refers to are ACC-KB.ZIP and ACC-IN.ZIP.  ACC-IN is
  1088. the find engine I referred to in a previous post.  You need it to be
  1089. able to search all articles for words and combinations of words.  Both
  1090. need to be downloaded.
  1091.  
  1092. John
  1093. johnvon@halcyon.com
  1094. =========================================================================
  1095. Date:         Fri, 5 Nov 1993 12:09:44 EST
  1096. Reply-To:     Microsoft Access Database Discussion List
  1097.               <ACCESS-L@INDYCMS.BITNET>
  1098. Sender:       Microsoft Access Database Discussion List
  1099.               <ACCESS-L@INDYCMS.BITNET>
  1100. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  1101. Organization: IUPUI Student Activities Office (317) 274-3931
  1102. Subject:      Re: The Knowledge Base
  1103. In-Reply-To:  Message of Fri,
  1104.               5 Nov 1993 08:40:18 -0800 from <johnvon@HALCYON.CO M>
  1105.  
  1106. Aha!  That was not clear from my reading of the descriptions (admittedly
  1107. I was in a hurry).  Thanks for the clarification.
  1108.  
  1109. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  1110. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  1111. Indiana University Purdue University Indianapolis
  1112. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  1113. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  1114. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  1115. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  1116. ------------------------------------------------------------------------------
  1117. =========================================================================
  1118. Date:         Fri, 5 Nov 1993 11:52:09 PST
  1119. Reply-To:     Microsoft Access Database Discussion List
  1120.               <ACCESS-L@INDYCMS.BITNET>
  1121. Sender:       Microsoft Access Database Discussion List
  1122.               <ACCESS-L@INDYCMS.BITNET>
  1123. From:         Thornton Prime <"Thorton_~Prime_at_lmu-acad1"@LMUMAIL.LMU.EDU>
  1124. Subject:      Re: The Knowledge Base
  1125.  
  1126.      Would someone who has the new Knowledgebase .ZIP files mind
  1127.      putting them somewhere where us poor CompuServe-less people
  1128.      could get it.
  1129.  
  1130.      It would be great if MS would put it at ftp.microsoft.com.
  1131.      Until that happens, maybe someone wouldn't mind downloading
  1132.      it to FTP.CICA.INDIANA.EDU.  They have some of the older KB
  1133.      files, but I think their most recent is August.
  1134.  
  1135.      TIA,
  1136.  
  1137.      Thornton Prime
  1138. =========================================================================
  1139. Date:         Fri, 5 Nov 1993 14:37:38 EST
  1140. Reply-To:     Microsoft Access Database Discussion List
  1141.               <ACCESS-L@INDYCMS.BITNET>
  1142. Sender:       Microsoft Access Database Discussion List
  1143.               <ACCESS-L@INDYCMS.BITNET>
  1144. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  1145. Subject:      Whattam I Bid? / Was: Re: The Knowledge Base
  1146.  
  1147. %  From:        Thornton Prime, INTERNET:
  1148. %     "Thorton_~Prime_at_lmu-acad1"@LMUMAIL.LMU.EDU
  1149. %  Would someone who has the new Knowledgebase .ZIP files mind
  1150. %  putting them somewhere where us poor CompuServe-less people
  1151. %  could get it.
  1152.  
  1153. %  It would be great if MS would put it at ftp.microsoft.com.
  1154. %  Until that happens, maybe someone wouldn't mind downloading
  1155. %  it to FTP.CICA.INDIANA.EDU.  They have some of the older KB
  1156. %  files, but I think their most recent is August.
  1157.  
  1158. How many of my books would you be willing to buy in return? :)
  1159. :)
  1160.  
  1161. On a serious note, I'll put it on my list of things to try to do
  1162. before I leave.  My 9600 baud modem is here at work, so it's
  1163. to my advantage to d/l the Compu$erve stuff from here.  Unfortunately,
  1164. I only have a 2400 hookup via provider to Internet (maybe I'll try
  1165. FTPMAIL? nah :) )
  1166.  
  1167. Anyways, let me see what I can arrange.
  1168.  
  1169. phil
  1170.  
  1171. ---------------------------------------------------------------------
  1172. phil paxton
  1173. development editor
  1174. sams/prentice hall computer publishing  <=== "GO SAMS" via Compuserve
  1175. paramount publishing
  1176. indianapolis, indiana
  1177. =========================================================================
  1178. Date:         Fri, 5 Nov 1993 16:44:46 EST
  1179. Reply-To:     Microsoft Access Database Discussion List
  1180.               <ACCESS-L@INDYCMS.BITNET>
  1181. Sender:       Microsoft Access Database Discussion List
  1182.               <ACCESS-L@INDYCMS.BITNET>
  1183. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  1184. Subject:      Re: Whattam I Bid? / Was: Re: The Knowledge Base
  1185.  
  1186. % Phil, I can pull it down at 9600 and ftp it right up into CICA or
  1187. % wherever.  I just didn't want to do it on my sister's account (and I
  1188. % think Microsoft could go to the trouble of putting it in their ftp
  1189. % archive anyway!).  Although CICA is closed to uploads at the moment,
  1190. % to my recollection.
  1191.  
  1192. Since it was going to take awhile at 9600, I was going to go ahead
  1193. and do it since my Compu$erve account is via work.
  1194.  
  1195. As far as CICA being closed for uploads -- Since CICA is mirrored,
  1196. a mirror site could take the upload and when the sites
  1197. resynchronize, CICA would pick it up from the mirror site.
  1198.  
  1199. phil
  1200. ---------------------------------------------------------------------
  1201. phil paxton
  1202. development editor
  1203. sams/prentice hall computer publishing  <=== "GO SAMS" via Compuserve
  1204. paramount publishing
  1205. indianapolis, indiana
  1206. =========================================================================
  1207. Date:         Fri, 5 Nov 1993 19:50:14 -0800
  1208. Reply-To:     Microsoft Access Database Discussion List
  1209.               <ACCESS-L@INDYCMS.BITNET>
  1210. Sender:       Microsoft Access Database Discussion List
  1211.               <ACCESS-L@INDYCMS.BITNET>
  1212. From:         John von Colditz <johnvon@HALCYON.COM>
  1213. Subject:      Knowledge Base
  1214. In-Reply-To:  <199311051942.AA14231@halcyon.com> from "Phil Paxton" at Nov 5,
  1215.               93 02:37:38 pm
  1216.  
  1217. I put in a request to Microsoft PSS last night to put the current
  1218. Knowledge Base on their ftp site.
  1219.  
  1220. John
  1221. johnvon@halcyon.com
  1222. =========================================================================
  1223. Date:         Mon, 8 Nov 1993 12:41:29 -0500
  1224. Reply-To:     Microsoft Access Database Discussion List
  1225.               <ACCESS-L@INDYCMS.BITNET>
  1226. Sender:       Microsoft Access Database Discussion List
  1227.               <ACCESS-L@INDYCMS.BITNET>
  1228. From:         MUENZLERK@UTHSCSA.BITNET
  1229. Organization: University of Texas Health Science Center at San Antonio
  1230. Subject:      Out of Memory error.
  1231.  
  1232. I have a VERY large database (578K records) that takes up about 70MB of disk spa
  1233.    ce.
  1234. When setting up relationships that enforce referencial integrety, the machine ru
  1235.    ns out
  1236. of memory.  I have a 486DX-33 with 8MB of memory and a 24MB swap file running Wi
  1237.    ndows
  1238. for Workgroups 3.1 (1GB drive, 400MB free).  I know that Access will handle 2 mi
  1239.    llion+
  1240. records.  Also, any lookup on a keyed field is VERY sssllllloooowww.  It takes s
  1241.    everal
  1242. seconds to find the 10th record in the file or 100000th record.  Any ideas?????
  1243.  
  1244.                 Thanks in advance
  1245.                         Kevin Muenzler
  1246.                                 muenzlerk@uthscsa.edu
  1247. =========================================================================
  1248. Date:         Tue, 9 Nov 1993 16:22:06 +0000
  1249. Reply-To:     Microsoft Access Database Discussion List
  1250.               <ACCESS-L@INDYCMS.BITNET>
  1251. Sender:       Microsoft Access Database Discussion List
  1252.               <ACCESS-L@INDYCMS.BITNET>
  1253. From:         Martin Ederveen <M.Ederveen@CD.HSE.NL>
  1254. Organization: Hogeschool Eindhoven
  1255. Subject:      Runtime version stories
  1256.  
  1257. Hi All,
  1258.  
  1259. ----------------------------------------------------------------------
  1260. I thought I posted this before but I didn't notice any replies, maybe
  1261. anyone out there who can shed some light on problems mentioned below?
  1262. ----------------------------------------------------------------------
  1263.  
  1264. I'm currently working with the runtime version.
  1265. As I have system manager Novell rights, I thought I could do the
  1266. installation for users in a distributive way (NOT using the custom
  1267. setup program).
  1268.  
  1269. The files have been split thus:
  1270. Program files in a directory G:\PROGS\HT\ on the fileserver,
  1271. Database files in another    H:\DATA\HT.DB\ on the same server.
  1272. The user has (via group) accessrights ros to the G: dir and rw to the
  1273. database.
  1274.  
  1275. The runtime is started thus:
  1276. MSARN110 H:\DATA\HT.DB\DB1.MDB /INI G:\PROGS\HT\DB1.INI
  1277.  
  1278. In the DB1.INI there is a reference to the location of the used icon.
  1279.  
  1280. The problem arises when I refer to an icon on a networkdrive, like
  1281. the path G: I used, the icon isn't used. When I refer to a local
  1282. drive, say C:\WINDOWS, then it does work. Is this a bug?
  1283.  
  1284.  
  1285. I also experience problems with the SYSTEM.MDA location. Where can I
  1286. place this? It's a user-dependant file, would there be an other
  1287. option but put it in C:\WINDOWS also?
  1288.  
  1289.  
  1290. The custom setup wizard doesn't work properly for me. It refuses to
  1291. accept (some) network-paths :((
  1292.  
  1293. ----------------------------------------------------------------------
  1294. | ing. Martin W. Ederveen    | "In the future there will be real     |
  1295. | Hogeschool Eindhoven       |  thinking machines.                   |
  1296. | Postbus 347                |  Yes, but who's thoughts will they    |
  1297. | 5600 AH Eindhoven          |  be thinking?"                        |
  1298. | tel. +31 (40) 605 262      |                                       |
  1299. | fax. +31 (40) 449 251      |  Quotation from Dr.Who:               |
  1300. | Email M.Ederveen@CD.HSE.NL |   The Curse of Fenrick                |
  1301. =========================================================================
  1302. Date:         Tue, 9 Nov 1993 16:02:00 EST
  1303. Reply-To:     Microsoft Access Database Discussion List
  1304.               <ACCESS-L@INDYCMS.BITNET>
  1305. Sender:       Microsoft Access Database Discussion List
  1306.               <ACCESS-L@INDYCMS.BITNET>
  1307. From:         David Long <mvgsd!mvdbl@MVGPE.ATT.COM>
  1308. Subject:      Subform Parameter Query
  1309.  
  1310. O.K....here it goes..I'll try to keep it simple....
  1311.  
  1312. I have a report that is based on a parameter query. Lets say that the parameter
  1313. is equal to "A"
  1314. The report lists question numbers 1-30 and associated data etc.
  1315.  
  1316. Also on this report is a subreport that links with the question
  1317. numbers on the main.....and when I produce the report everything works
  1318. o.k.......but I now have the need to base the subreport on a
  1319. a particular parameter. It happens that the subreport must also be based
  1320. on parameter value "A".
  1321.  
  1322. So I entered a parameter query in the query that is used for the subreport.
  1323. The main report works fine, and
  1324. when I produce the parameter query for the subreport, it works fine
  1325. by itself, however it fails when it runs as part of the main report.
  1326. This is how it fails:
  1327. When the main report reaches the point of the subreport, the subreport queries
  1328. me for the parameter value."A"(as it should) but then it prompts me for it
  1329. again ...and again...and again.
  1330. Does Access have problems with parameter queries used as subreports?
  1331. Or is it more likely I have a problem with my design?
  1332. I have spent hours tying to solve this bug!
  1333.  
  1334. ==============================================================================
  1335.   David B. Long                             E-Mail=> mvdbl@mvgsd.att.com
  1336.   AT&T Network Systems (N.Andover MA.)      or=> d.b-long@channel1.com
  1337.   Quality Engineering                       Tele=> 508-960-3683
  1338. ==============================================================================
  1339. =========================================================================
  1340. Date:         Tue, 9 Nov 1993 19:46:02 -0500
  1341. Reply-To:     Microsoft Access Database Discussion List
  1342.               <ACCESS-L@INDYCMS.BITNET>
  1343. Sender:       Microsoft Access Database Discussion List
  1344.               <ACCESS-L@INDYCMS.BITNET>
  1345. From:         Information Systems for Decisions <BROWNF@CRL.AECL.CA>
  1346. Subject:      MS-Access and Oracle and Vax...?
  1347.  
  1348. I'm considering the development of a Database using MS-Access
  1349. or Visual Basic as the front-end to an Oracle database on a Vax
  1350. node using Oracle SQL*Net to attach to the information.  I would
  1351. like to hear from others having tried this and the problems encountered
  1352. along the way.  Please send you replies to my E-mail address unless
  1353. you feel your information would also be of benefit to the rest
  1354. of the list.
  1355. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1356.       "The views expressed here are my own, not AECL Research Company."
  1357.  
  1358. Frank C. Brown                                   Voice: (613) 584-3311 6195
  1359. Business and Information Systems                   Fax: (613) 584-1224
  1360. AECL Research Company
  1361. Chalk River Laboratories                      Bitnet: BROWNF@CRL.AECL.BITNET
  1362. Chalk River, Ontario, Canada                Internet: BROWNF@CRL.AECL.CA
  1363. K0J 1J0
  1364.  
  1365. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1366. =========================================================================
  1367. Date:         Wed, 10 Nov 1993 12:10:47 PST
  1368. Reply-To:     Microsoft Access Database Discussion List
  1369.               <ACCESS-L@INDYCMS.BITNET>
  1370. Sender:       Microsoft Access Database Discussion List
  1371.               <ACCESS-L@INDYCMS.BITNET>
  1372. From:         RON APLAND AH204 <APLAND@FACULTY.MALA.BC.CA>
  1373. Organization: Malaspina College
  1374. Subject:      Updating other fields in a record from a form.
  1375.  
  1376. I have a form that takes registration information.  I would like to
  1377. update, from the form,  two other fields in the record from an entry into
  1378. a date field - the person's birthdate.  The two other fields are both
  1379. integer fields, one taking a variation of the person's age (age as of a
  1380. particular date) and the other a category based on the person's age.
  1381.  
  1382. I have tried functions and macros to accomplish this task but have
  1383. had no luck.  Functions or subroutines give me an "expected end of
  1384. line" error if I try to use the SQL update function from it, a macro
  1385. will not accept the contents of variables I set in the function (set
  1386. Global) and if I manually enter the information it finds the record
  1387. locked (by the form I guess) and won't update it.
  1388.  
  1389. It would appear I'm looking under the wrong lamp post.  Any help
  1390. would be appreciated.
  1391.  
  1392. One other point that may clarify this.  Our network supervisor still has
  1393. not put Access 1.1 on the server so I am working from Access 1.0
  1394. This is supposed to change in a week or so.
  1395.  
  1396. Ron
  1397. =========================================================================
  1398. Date:         Wed, 10 Nov 1993 16:05:59 EST
  1399. Reply-To:     Microsoft Access Database Discussion List
  1400.               <ACCESS-L@INDYCMS.BITNET>
  1401. Sender:       Microsoft Access Database Discussion List
  1402.               <ACCESS-L@INDYCMS.BITNET>
  1403. From:         PROTECT THE RIGHT-KEEP & ARM BEARS <STONEC@UCS.INDIANA.EDU>
  1404. Subject:      training materials for access...
  1405.  
  1406. Greetings:
  1407.  
  1408. I'm a very new user of access, and next spring I will be responsible for
  1409. training a dozen or so new users.  Do any of you know of any supplemental
  1410. training materials for helping us to learn access better?  In particualr, a
  1411. videotape, or a book with exercises and accompanying disk etc.
  1412.  
  1413. We have the documentation that came with access, but as a trainer we need
  1414. something to work into our own materials.  Any third party leads would be most
  1415. appreciated.  Thanks
  1416.  
  1417. Cindy Stone
  1418.  
  1419. **************************************    Says a student, "So
  1420. | Cindy Stone, Training Specialist   |    how many afternoons
  1421. | Indiana University - Bloomington   |    do you think it will take
  1422. | Department of Physical Plant       |    me to learn tabletop publishing?"
  1423. | Bitnet:    STONEC@iubacs           |     __
  1424. | Internet:  STONEC@ucs.indiana.edu  |   /                 __
  1425. |                                    |  |      *  |\   |  |  \  \   /
  1426. | SNAIL Mail: 912 North Walnut Grove |  |      |  | \  |  |   |  \ /
  1427. |             Bloomington, IN  47405 |  |      |  |  \ |  |   |   |
  1428. **************************************   \ __  |  |   \|  |__/    |
  1429. =========================================================================
  1430. Date:         Wed, 10 Nov 1993 16:15:11 EST
  1431. Reply-To:     Microsoft Access Database Discussion List
  1432.               <ACCESS-L@INDYCMS.BITNET>
  1433. Sender:       Microsoft Access Database Discussion List
  1434.               <ACCESS-L@INDYCMS.BITNET>
  1435. From:         PROTECT THE RIGHT-KEEP & ARM BEARS <STONEC@UCS.INDIANA.EDU>
  1436. Subject:      adding fields inside a record
  1437.  
  1438. As I mentioned earlier, I'm really green about access.  After pouring thru the
  1439. literature that came with disks, how can I add two fields INSIDE a record.
  1440.  
  1441. For example:  Hotel + AirFare + Per Diem + TRansportation + MIsc = NEW FIELD
  1442.  
  1443. Do I create the new field, and then go into a query and put in all of the
  1444. fields to add up to a total new field called TOTAL TRAVEL COST?
  1445.  
  1446. It seems that Query only adds running totals from multiple records and gives me
  1447. a total dollar amount at the tbottom of the report for all the records.  I want
  1448. totals inside a record as a new field.
  1449.  
  1450. Thanks -- reply  privately if desired, I know I should RT*M, and I've tried...
  1451. But hey it's only been a couple of weeks of my new relationship with access.
  1452.  
  1453. cindy stone
  1454.  
  1455. **************************************    Says a student, "So
  1456. | Cindy Stone, Training Specialist   |    how many afternoons
  1457. | Indiana University - Bloomington   |    do you think it will take
  1458. | Department of Physical Plant       |    me to learn tabletop publishing?"
  1459. | Bitnet:    STONEC@iubacs           |     __
  1460. | Internet:  STONEC@ucs.indiana.edu  |   /                 __
  1461. |                                    |  |      *  |\   |  |  \  \   /
  1462. | SNAIL Mail: 912 North Walnut Grove |  |      |  | \  |  |   |  \ /
  1463. |             Bloomington, IN  47405 |  |      |  |  \ |  |   |   |
  1464. **************************************   \ __  |  |   \|  |__/    |
  1465. =========================================================================
  1466. Date:         Wed, 10 Nov 1993 13:49:23 PST
  1467. Reply-To:     Microsoft Access Database Discussion List
  1468.               <ACCESS-L@INDYCMS.BITNET>
  1469. Sender:       Microsoft Access Database Discussion List
  1470.               <ACCESS-L@INDYCMS.BITNET>
  1471. From:         Jim Richardson <richrdsn@CCSMTP.CANON.COM>
  1472. Subject:      Re: training materials for access...
  1473.  
  1474. I had heard that MS was working on a video tape, but, I have not heard (read)
  1475. any more on it.  IF SOMEONE FROM MS IS READING THIS LIST could you please fill
  1476. us in?????
  1477.  
  1478. GAT d--(++) p c++++ l? u e*(+) m* s/+ n+ h- f? g+(-) w-(+) t++ r+ y++(*)
  1479. * James Richardson             *           Normal Disclaimer           *
  1480. * - Tech Extraordinary  :}  US *  My opinions belong to my Right Brain *
  1481. * Canon Information Systems  N *   Those of my Left Brain might differ *
  1482. * 4009 Miranda Avenue        A *    CIS can speak for itself !         *
  1483. * Palo Alto CA  94304-1218   I *****************************************
  1484. * 415-852-2090    <== VOICE  L *  RICHARDSON@CANON.COM     <== EMAIL   *
  1485. * 415-852-2070    <== FAX      *  WTMR52B                  <== PRODIGY *
  1486. ***************************** DONT PANIC *******************************
  1487.  
  1488.  
  1489.  
  1490.  
  1491. ______________________________ Reply Separator _________________________________
  1492. Subject: training materials for access...
  1493. Author:  STONEC@UCS.INDIANA.EDU at cis-ccsmtp
  1494. Date:    11/10/93 4:05 PM
  1495.  
  1496.  
  1497. Greetings:
  1498.  
  1499. I'm a very new user of access, and next spring I will be responsible for
  1500. training a dozen or so new users.  Do any of you know of any supplemental
  1501. training materials for helping us to learn access better?  In particualr, a
  1502. videotape, or a book with exercises and accompanying disk etc.
  1503.  
  1504. We have the documentation that came with access, but as a trainer we need
  1505. something to work into our own materials.  Any third party leads would be most
  1506. appreciated.  Thanks
  1507.  
  1508. Cindy Stone
  1509.  
  1510. **************************************    Says a student, "So
  1511. | Cindy Stone, Training Specialist   |    how many afternoons
  1512. | Indiana University - Bloomington   |    do you think it will take
  1513. | Department of Physical Plant       |    me to learn tabletop publishing?"
  1514. | Bitnet:    STONEC@iubacs           |     __
  1515. | Internet:  STONEC@ucs.indiana.edu  |   /                 __
  1516. |                                    |  |      *  |\   |  |  \  \   /
  1517. | SNAIL Mail: 912 North Walnut Grove |  |      |  | \  |  |   |  \ /
  1518. |             Bloomington, IN  47405 |  |      |  |  \ |  |   |   |
  1519. **************************************   \ __  |  |   \|  |__/    |
  1520. =========================================================================
  1521. Date:         Wed, 10 Nov 1993 16:42:47 EST
  1522. Reply-To:     Microsoft Access Database Discussion List
  1523.               <ACCESS-L@INDYCMS.BITNET>
  1524. Sender:       Microsoft Access Database Discussion List
  1525.               <ACCESS-L@INDYCMS.BITNET>
  1526. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  1527. Organization: IUPUI Student Activities Office (317) 274-3931
  1528. Subject:      Re: adding fields inside a record
  1529. In-Reply-To:  Message of Wed,
  1530.               10 Nov 1993 16:15:11 EST from <STONEC@UCS.INDIANA. EDU>
  1531.  
  1532. RTFM is not always enough with Access...there are some things that make
  1533. a lot of sense in dBase that left me scratching my head for weeks in
  1534. Access.
  1535.  
  1536. All you need to do (I think:) is take that expression and create a new
  1537. query.  Include all the fields you want in your query and add a new
  1538. "field" with your expression in it.  That <should> create a new field
  1539. when the query is run (called Expr1 if you don't give it a name) that
  1540. will hold the total for those fields.
  1541.  
  1542. Expr1=|Hotel¢ + |Per Diem¢ + |Transportation¢
  1543.  
  1544. (where | and ¢ are square brackets--doggone this stupid SNA 3270 terminal!)
  1545.  
  1546. or whatever your fields were should do the trick.  Then you don't carry
  1547. the total in your table, but rather, it's recalculated each time you
  1548. run the query.  You can then create a report and use the query to base
  1549. it on rather than the raw table.
  1550.  
  1551. Does this make sense or am I completely out of it after another day in
  1552. the trenches?  :)
  1553.  
  1554. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  1555. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  1556. Indiana University Purdue University Indianapolis
  1557. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  1558. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  1559. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  1560. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  1561. ------------------------------------------------------------------------------
  1562. =========================================================================
  1563. Date:         Wed, 10 Nov 1993 17:30:00 EST
  1564. Reply-To:     Microsoft Access Database Discussion List
  1565.               <ACCESS-L@INDYCMS.BITNET>
  1566. Sender:       Microsoft Access Database Discussion List
  1567.               <ACCESS-L@INDYCMS.BITNET>
  1568. From:         "Reed, Robert" <RREED@IAC.IST.UCF.EDU>
  1569. Subject:      Access Video Tapes
  1570.  
  1571. I noticed some folks asking about video tapes.  I just received video tapes
  1572. from ...
  1573.  
  1574.      Keystone Learning Systems
  1575.      125 E. 300 S
  1576.      Suite 205
  1577.      Provo, UT  84606
  1578.      800-748-4838
  1579.  
  1580. I bought the 3 tape set ($130 I think).  It covers Beginning, Intermediate,
  1581. & Advanced topics.  I thought it was quite good.
  1582.  
  1583.  -=[Robert Reed, rreed@iac.ist.ucf.edu]=-
  1584. =========================================================================
  1585. Date:         Wed, 10 Nov 1993 18:31:22 -0500
  1586. Reply-To:     ab555@freenet.carleton.ca
  1587. Sender:       Microsoft Access Database Discussion List
  1588.               <ACCESS-L@INDYCMS.BITNET>
  1589. From:         Margaret Redding <ab555@FREENET.CARLETON.CA>
  1590. Subject:      Re: training materials for access...
  1591.  
  1592. >
  1593. >Greetings:
  1594. >
  1595. >I'm a very new user of access, and next spring I will be responsible for
  1596. >training a dozen or so new users.  Do any of you know of any supplemental
  1597. >training materials for helping us to learn access better?  In particualr, a
  1598. >videotape, or a book with exercises and accompanying disk etc.
  1599.  
  1600. I taught myself access using a book put out by Ziff Davis called "PC
  1601. Learning Labs teaches Microsoft Access." It has a disk, with sample
  1602. databases, forms, reports and queries, and exercises that build on the
  1603. points just taught, and points that have been taught so far in the book.
  1604. So you have exercises that require you to have mastered everything you
  1605. have covered so far--a good practice.
  1606.  
  1607. I enjoyed learning from this book, and certainly feel I learned a great
  1608. deal. When I created my own form with a combo-box, buttons etc. I felt
  1609. very satisfied. And what I learned has stayed with me--I don't use Access
  1610. much, but when I go into it, I find I have remembered a great deal.
  1611.  
  1612. Good luck
  1613.  
  1614.  
  1615. Margaret Redding
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621. >
  1622. >We have the documentation that came with access, but as a trainer we need
  1623. >something to work into our own materials.  Any third party leads would be most
  1624. >appreciated.  Thanks
  1625. >
  1626. >Cindy Stone
  1627. >
  1628. >**************************************    Says a student, "So
  1629. >| Cindy Stone, Training Specialist   |    how many afternoons
  1630. >| Indiana University - Bloomington   |    do you think it will take
  1631. >| Department of Physical Plant       |    me to learn tabletop publishing?"
  1632. >| Bitnet:    STONEC@iubacs           |     __
  1633. >| Internet:  STONEC@ucs.indiana.edu  |   /                 __
  1634. >|                                    |  |      *  |\   |  |  \  \   /
  1635. >| SNAIL Mail: 912 North Walnut Grove |  |      |  | \  |  |   |  \ /
  1636. >|             Bloomington, IN  47405 |  |      |  |  \ |  |   |   |
  1637. >**************************************   \ __  |  |   \|  |__/    |
  1638. >
  1639. >
  1640.  
  1641. --
  1642. Margaret Redding  ab555@freenet.carleton.ca
  1643. Ottawa, Ontario
  1644. CANADA
  1645. =========================================================================
  1646. Date:         Thu, 11 Nov 1993 08:06:06 -0600
  1647. Reply-To:     Microsoft Access Database Discussion List
  1648.               <ACCESS-L@INDYCMS.BITNET>
  1649. Sender:       Microsoft Access Database Discussion List
  1650.               <ACCESS-L@INDYCMS.BITNET>
  1651. From:         Gary T Ogren <ogren@MAILBOX.MAIL.UMN.EDU>
  1652. Subject:      Re: training materials for access...
  1653.  
  1654. In message <01H55ROEV082BCB7U7@VX.CIS.UMN.EDU> Microsoft Access Database
  1655. Discussion List
  1656.  writes:
  1657. > Greetings:
  1658. >
  1659. > I'm a very new user of access, and next spring I will be responsible for
  1660. > training a dozen or so new users.  Do any of you know of any supplemental
  1661. > training materials for helping us to learn access better?  In particualr, a
  1662. > videotape, or a book with exercises and accompanying disk etc.
  1663. >
  1664. > We have the documentation that came with access, but as a trainer we need
  1665. > something to work into our own materials.  Any third party leads would be
  1666. > most
  1667. > appreciated.  Thanks
  1668. >
  1669. > Cindy Stone
  1670. >
  1671. > **************************************    Says a student, "So
  1672. > | Cindy Stone, Training Specialist   |    how many afternoons
  1673. > | Indiana University - Bloomington   |    do you think it will take
  1674. > | Department of Physical Plant       |    me to learn tabletop publishing?"
  1675. > | Bitnet:    STONEC@iubacs           |     __
  1676. > | Internet:  STONEC@ucs.indiana.edu  |   /                 __
  1677. > |                                    |  |      *  |\   |  |  \  \   /
  1678. > | SNAIL Mail: 912 North Walnut Grove |  |      |  | \  |  |   |  \ /
  1679. > |             Bloomington, IN  47405 |  |      |  |  \ |  |   |   |
  1680. > **************************************   \ __  |  |   \|  |__/    |
  1681. >
  1682.  
  1683. There is something called Windows Academy based in Florida.  They have a
  1684. videotape program(5 tapes for $49 each) available.  There toll free order line
  1685. is 1-800-527-1914.
  1686.  
  1687.  
  1688. Gary T. Ogren
  1689. Office of Human Resources
  1690. University of Minnesota
  1691. University Technology Ctr
  1692. Room 300
  1693. 1313 5th Street S.E.
  1694. Mpls, MN, 55414
  1695. (612)627-4341
  1696. =========================================================================
  1697. Date:         Thu, 11 Nov 1993 06:01:37 PST
  1698. Reply-To:     Microsoft Access Database Discussion List
  1699.               <ACCESS-L@INDYCMS.BITNET>
  1700. Sender:       Microsoft Access Database Discussion List
  1701.               <ACCESS-L@INDYCMS.BITNET>
  1702. From:         Thornton Prime <"Thorton_~Prime_at_lmu-acad1"@LMUMAIL.LMU.EDU>
  1703. Subject:      MS Access on a MAC?
  1704.  
  1705.      I am database manager in my office.  We have a group of PC's
  1706.      networked together, reading and writing to a common MS
  1707.      Access database file.
  1708.  
  1709.      Now, there is ONE fellow who decided he wanted a Mac (isn't
  1710.      there always one?)  He is connected to the same network, but
  1711.      can't get access to the database because I can't find
  1712.      software for him.
  1713.  
  1714.      Does anyone know if Microsoft is planning a Mac version of
  1715.      MS Access?  Is there another software package that will let
  1716.      him read and write to the database?  Any other suggestions
  1717.      (I've already tried telling him to get a PC, to no avail)?
  1718.  
  1719.      TIA,
  1720.  
  1721.      Thornton Prime
  1722. =========================================================================
  1723. Date:         Thu, 11 Nov 1993 11:45:43 -0500
  1724. Reply-To:     Microsoft Access Database Discussion List
  1725.               <ACCESS-L@INDYCMS.BITNET>
  1726. Sender:       Microsoft Access Database Discussion List
  1727.               <ACCESS-L@INDYCMS.BITNET>
  1728. From:         "Troy D. Weidner" <weidner@ACAD.CSV.KUTZTOWN.EDU>
  1729. Subject:      Re: training materials for access...
  1730. In-Reply-To:  <9311102116.AA06762@acad.csv.kutztown.edu.csv.kutztown.edu>
  1731.  
  1732.         ComputerPREP, inc., 410 N 44th St. Suite 600, Phoenix, Arizona 85008
  1733. Sells Courseware for many programs. I found the manual and sample files
  1734. execlent.
  1735.  
  1736.  
  1737. Troy Weidner
  1738. Dept. of Telecommunications
  1739. Kutztown University
  1740. PO Box 730  Kutztown, PA 19530-0730
  1741. Phone: 215 683 4494 Fax:   215 683 4659
  1742.  
  1743.  
  1744. On Wed, 10 Nov 1993, PROTECT THE RIGHT-KEEP & ARM BEARS wrote:
  1745.  
  1746. > Greetings:
  1747. >
  1748. > I'm a very new user of access, and next spring I will be responsible for
  1749. > training a dozen or so new users.  Do any of you know of any supplemental
  1750. > training materials for helping us to learn access better?  In particualr, a
  1751. > videotape, or a book with exercises and accompanying disk etc.
  1752. >
  1753. > We have the documentation that came with access, but as a trainer we need
  1754. > something to work into our own materials.  Any third party leads would be most
  1755. > appreciated.  Thanks
  1756. >
  1757. > Cindy Stone
  1758. >
  1759. > **************************************    Says a student, "So
  1760. > | Cindy Stone, Training Specialist   |    how many afternoons
  1761. > | Indiana University - Bloomington   |    do you think it will take
  1762. > | Department of Physical Plant       |    me to learn tabletop publishing?"
  1763. > | Bitnet:    STONEC@iubacs           |     __
  1764. > | Internet:  STONEC@ucs.indiana.edu  |   /                 __
  1765. > |                                    |  |      *  |\   |  |  \  \   /
  1766. > | SNAIL Mail: 912 North Walnut Grove |  |      |  | \  |  |   |  \ /
  1767. > |             Bloomington, IN  47405 |  |      |  |  \ |  |   |   |
  1768. > **************************************   \ __  |  |   \|  |__/    |
  1769. =========================================================================
  1770. Date:         Thu, 11 Nov 1993 16:58:27 EST
  1771. Reply-To:     Microsoft Access Database Discussion List
  1772.               <ACCESS-L@INDYCMS.BITNET>
  1773. Sender:       Microsoft Access Database Discussion List
  1774.               <ACCESS-L@INDYCMS.BITNET>
  1775. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  1776. Subject:      MS Access on a MAC?
  1777.  
  1778. %
  1779. %      Now, there is ONE fellow who decided he wanted a Mac (isn't
  1780. %      there always one?)  He is connected to the same network, but
  1781. %      can't get access to the database because I can't find
  1782. %      software for him.
  1783. %
  1784. %      Does anyone know if Microsoft is planning a Mac version of
  1785. %      MS Access?  Is there another software package that will let
  1786. %      him read and write to the database?  Any other suggestions
  1787. %      (I've already tried telling him to get a PC, to no avail)?
  1788.  
  1789. There has been talk in the public media about a FoxPro 2.5 for
  1790. the Mac.  I wonder if you could kludge something together until
  1791. a decision is made about Access/Macintosh?
  1792.  
  1793. phil
  1794. =========================================================================
  1795. Date:         Thu, 11 Nov 1993 17:05:09 EST
  1796. Reply-To:     Microsoft Access Database Discussion List
  1797.               <ACCESS-L@INDYCMS.BITNET>
  1798. Sender:       Microsoft Access Database Discussion List
  1799.               <ACCESS-L@INDYCMS.BITNET>
  1800. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  1801. Organization: IUPUI Student Activities Office (317) 274-3931
  1802. Subject:      Re: MS Access on a MAC?
  1803. In-Reply-To:  Message of Thu,
  1804.               11 Nov 1993 16:58:27 EST from <72410.2162@COMPUSER VE.COM>
  1805.  
  1806. Or how about OBDC?  or does that not work on a MAC?
  1807.  
  1808. Puzzledly:),
  1809. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  1810. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  1811. Indiana University Purdue University Indianapolis
  1812. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  1813. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  1814. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  1815. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  1816. ------------------------------------------------------------------------------
  1817. =========================================================================
  1818. Date:         Thu, 11 Nov 1993 19:39:38 EST
  1819. Reply-To:     Microsoft Access Database Discussion List
  1820.               <ACCESS-L@INDYCMS.BITNET>
  1821. Sender:       Microsoft Access Database Discussion List
  1822.               <ACCESS-L@INDYCMS.BITNET>
  1823. Comments:     Resent-From: Nathan Brindle <NBRINDLE@INDYCMS>
  1824. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  1825. Subject:      Re: NS Access on a MAC?
  1826.  
  1827. The  enclosed mail  file, found  in the  ACCESS-L reader  and shown  under the
  1828. spoolid 3803  in the console log,  has been identified as  a possible delivery
  1829. error notice for the following reason: "Sender:", "From:" or "Reply-To:" field
  1830. pointing to the list has been found in mail body.
  1831.  
  1832. >From: George Raudabaugh <RAUDABAUGH@idicl1.idi.oclc.org>
  1833. >Subject: Re: MS Access on a MAC?
  1834.  
  1835. From Nathan:
  1836. >
  1837. > Or how about OBDC?  or does that not work on a MAC?
  1838. >
  1839. > Puzzledly:),
  1840.  
  1841. The ODBC SDK for the Mac has been released by Apple, its closely integrated
  1842. with DAL (Data Access Language) and DAM (Data Access Methods?).  Per the
  1843. notes, it would appear this is a link for DAL applications on the MAC to
  1844. talk to MAC/ODBC drivers (how many apps, I don't know, I would assume greater
  1845. than zero).  Also, ODBC apps on the Mac (zero at this time I would guess)
  1846. could talk to DAL databases locally on the Mac.
  1847.  
  1848. All of this required reading something between the lines of the release notes.
  1849. There weren't any nice pictures that explained the 1000 words.
  1850.  
  1851. If anyone from Apple can clarify the above (or from Microsoft), I'd love
  1852. to hear it (and probably the rest of the list).
  1853.  
  1854. GR
  1855. --
  1856. George Raudabaugh               Manager/Document Technologies
  1857. Information Dimensions, Inc.    raudabaugh@idi.oclc.org            (work email)
  1858. 5080 Tuttle Crossing Blvd.
  1859. Dublin, Ohio  43017             (614) 761-7309                     (voice mail)
  1860.  
  1861. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  1862. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  1863. Indiana University Purdue University Indianapolis
  1864. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  1865. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  1866. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  1867. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  1868. ------------------------------------------------------------------------------
  1869. =========================================================================
  1870. Date:         Fri, 12 Nov 1993 11:50:30 GMT
  1871. Reply-To:     Microsoft Access Database Discussion List
  1872.               <ACCESS-L@INDYCMS.BITNET>
  1873. Sender:       Microsoft Access Database Discussion List
  1874.               <ACCESS-L@INDYCMS.BITNET>
  1875. From:         "Richard Saunders,
  1876.               Computer Centre" <R.J.Saunders@EAST-LONDON.AC.UK>
  1877. Organization: University Of East London
  1878. Subject:      Changing object names
  1879.  
  1880. Is there any way to change the name of an Access database object
  1881. wherever it occurs in the database in one simple global operation?
  1882. =========================================================================
  1883. Date:         Fri, 12 Nov 1993 07:41:57 -0500
  1884. Reply-To:     Microsoft Access Database Discussion List
  1885.               <ACCESS-L@INDYCMS.BITNET>
  1886. Sender:       Microsoft Access Database Discussion List
  1887.               <ACCESS-L@INDYCMS.BITNET>
  1888. From:         Kenneth Hutchinson <KRH4502@NYUACF.BITNET>
  1889. Subject:      Exclusive Function?
  1890.  
  1891.  Is there a function in Access Basic that determines the state of
  1892. the open database in terms of exclusivity? We have a shared database
  1893. on the network, and I want to prevent people (or at least check when)
  1894. people open the database in exclusive mode. Any thoughts and suggestions
  1895. would be appreciated. You can e-mail a response directly to me if you'd
  1896. like. Thank you.
  1897.  
  1898. Ken Hutchinson
  1899. krh4502@acfcluster.nyu.edu
  1900. =========================================================================
  1901. Date:         Fri, 12 Nov 1993 06:10:18 +0000
  1902. Reply-To:     Microsoft Access Database Discussion List
  1903.               <ACCESS-L@INDYCMS.BITNET>
  1904. Sender:       Microsoft Access Database Discussion List
  1905.               <ACCESS-L@INDYCMS.BITNET>
  1906. From:         Marty McMahon <Marty.McMahon@KAUAI.DS.BOEING.COM>
  1907. Subject:      RE>ACCESS Training materials
  1908.  
  1909. ------------------------------
  1910.  
  1911. Cindy,  Here at Boeing we have a course on Access 1.1 that combines VHS tapes (
  1912. 3) and Computer assisted instruction via a manual and samples disks.  This
  1913. course is in three parts: Tables, Queries and Forms/Reports.  Each has it's
  1914. own tape, disk and manual.  Excellant starter set.  I don't know the cost but
  1915. here is the other info.
  1916.  
  1917. Learn PC Inc.
  1918. 10729 Bren Road East
  1919. Minneapolis MN 55343 USA
  1920. 800-532-7672
  1921. 612-930-0330
  1922.  
  1923. Hope this helps.
  1924.  
  1925. Marty McMcMahon
  1926. Standard disclaimer applies.
  1927.  
  1928. Date:    Wed, 10 Nov 1993 16:05:59 EST
  1929. From:    PROTECT THE RIGHT-KEEP & ARM BEARS <STONEC@UCS.INDIANA.EDU>
  1930. Subject: training materials for access...
  1931.  
  1932. Greetings:
  1933.  
  1934. I'm a very new user of access, and next spring I will be responsible for
  1935. training a dozen or so new users.  Do any of you know of any supplemental
  1936. training materials for helping us to learn access better?  In particualr, a
  1937. videotape, or a book with exercises and accompanying disk etc.
  1938.  
  1939. We have the documentation that came with access, but as a trainer we need
  1940. something to work into our own materials.  Any third party leads would be most
  1941.  
  1942. appreciated.  Thanks
  1943.  
  1944. Cindy Stone
  1945.  
  1946. **************************************    Says a student, "So
  1947. | Cindy Stone, Training Specialist   |    how many afternoons
  1948. | Indiana University - Bloomington   |    do you think it will take
  1949. | Department of Physical Plant       |    me to learn tabletop publishing?"
  1950. | Bitnet:    STONEC@iubacs           |     __
  1951. | Internet:  STONEC@ucs.indiana.edu  |   /                 __
  1952. |                                    |  |      *  |\   |  |  \  \   /
  1953. | SNAIL Mail: 912 North Walnut Grove |  |      |  | \  |  |   |  \ /
  1954. |             Bloomington, IN  47405 |  |      |  |  \ |  |   |   |
  1955. **************************************   \ __  |  |   \|  |__/    |
  1956.  
  1957. ------------------------------
  1958. =========================================================================
  1959. Date:         Fri, 12 Nov 1993 16:06:05 MEZ+1
  1960. Reply-To:     Microsoft Access Database Discussion List
  1961.               <ACCESS-L@INDYCMS.BITNET>
  1962. Sender:       Microsoft Access Database Discussion List
  1963.               <ACCESS-L@INDYCMS.BITNET>
  1964. From:         Bob Koutsky <BOB@VCUK.MS.MFF.CUNI.CZ>
  1965. Organization: VCUK Mat.-fyz. fakulta UK, Praha
  1966. Subject:      Disabling action query messages
  1967.  
  1968. Hello,
  1969.  
  1970. does somebody know how to disable message boxes generated before an
  1971. action query is run ? "Options -> General -> Confirm Action Queries =
  1972. No" disables ony the 'Delete query will modify data...' msgbox, ' xx
  1973. records will be deleted' is generated regardless of this setting...
  1974. And "DoCmd Warnings False" seems to be active only while executing
  1975. single macro or function ...
  1976.  
  1977. thanx,
  1978.  
  1979. Bob Koutsky
  1980. Computer Centre of Charles University
  1981. Prague
  1982. Czech republic
  1983. =========================================================================
  1984. Date:         Fri, 12 Nov 1993 11:39:26 -0600
  1985. Reply-To:     Microsoft Access Database Discussion List
  1986.               <ACCESS-L@INDYCMS.BITNET>
  1987. Sender:       Microsoft Access Database Discussion List
  1988.               <ACCESS-L@INDYCMS.BITNET>
  1989. From:         "John A. Olson" <aurora.cdev.com@AURORA.CDEV.COM>
  1990. Subject:      Error codes
  1991.  
  1992. HI,
  1993.      Does anyone know how to get a list of all the Err values and their
  1994. meanings?  I'd like
  1995. to have a list so that I can write decent error handling routines in my AB code.
  1996.  
  1997. Example:   If Err = x Then  'Disk full error
  1998.                  Else If Err = y Then 'File not found
  1999.  
  2000. Etc.
  2001.  
  2002.  
  2003. Thanks!
  2004.  
  2005. John A. Olson
  2006. Computing Devices International
  2007.  
  2008. jao9w265@aurora.cdev.com
  2009. =========================================================================
  2010. Date:         Fri, 12 Nov 1993 19:28:28 MEZ
  2011. Reply-To:     Microsoft Access Database Discussion List
  2012.               <ACCESS-L@INDYCMS.BITNET>
  2013. Sender:       Microsoft Access Database Discussion List
  2014.               <ACCESS-L@INDYCMS.BITNET>
  2015. From:         Erich Neuwirth <A4422DAB@VM.UNIVIE.AC.AT>
  2016. Subject:      after update property
  2017.  
  2018. i need some help with the after update property in a form.
  2019. i have 4 fields in a hierarchy, meaning that the value of field 1
  2020. determines the set of possible values for field 2, the value of
  2021. field 2 determines the set of possible values for field 3 and so on.
  2022. so when the value of field 1 is changed, then fields 2 to 4 should be cleared
  2023. immediately (they are set to 0 in my case).
  2024. i am doing this byu using the after update property of field 1, running a macro
  2025. which does setvalue for the controls for field 2 and so on.
  2026. the problem is that these macros alse are executed when i go to
  2027. another, already existing record. so when i change records my fields
  2028. also are set to 0.
  2029. is there a way of running the macro only when the value of an existing
  2030. record is changed, but not when i switch from one record to the next one?
  2031.  
  2032. ERICH NEUWIRTH
  2033. BITNET (EARN): A4422DAB@AWIUNI11
  2034. INTERNET:      a4422DAB@vm.univie.ac.at = 131.130.1.2
  2035. Institute for Statistics, Operations Research, and Computer Methods
  2036. UNIVERSITY OF VIENNA, UNIVERSITAETSSTR. 5/9, A-1010 VIENNA, AUSTRIA
  2037. TEL.: +43-1-40407-160    FAX: +43-1-40407-88
  2038. =========================================================================
  2039. Date:         Fri, 12 Nov 1993 15:24:42 -0800
  2040. Reply-To:     Microsoft Access Database Discussion List
  2041.               <ACCESS-L@INDYCMS.BITNET>
  2042. Sender:       Microsoft Access Database Discussion List
  2043.               <ACCESS-L@INDYCMS.BITNET>
  2044. From:         John von Colditz <johnvon@HALCYON.COM>
  2045. Subject:      Re: Changing object names
  2046. In-Reply-To:  <199311121155.AA17201@halcyon.com> from "Richard Saunders,
  2047.               Computer Centre" at Nov 12, 93 11:50:30 am
  2048.  
  2049. >
  2050. > Is there any way to change the name of an Access database object
  2051. > wherever it occurs in the database in one simple global operation?
  2052. >
  2053. No.
  2054.  
  2055. Sorry.
  2056.  
  2057. John
  2058. johnvon@halcyon.com
  2059. =========================================================================
  2060. Date:         Fri, 12 Nov 1993 15:29:32 -0800
  2061. Reply-To:     Microsoft Access Database Discussion List
  2062.               <ACCESS-L@INDYCMS.BITNET>
  2063. Sender:       Microsoft Access Database Discussion List
  2064.               <ACCESS-L@INDYCMS.BITNET>
  2065. From:         John von Colditz <johnvon@HALCYON.COM>
  2066. Subject:      Re: NS Access on a MAC?
  2067. In-Reply-To:  <199311120047.AA29857@halcyon.com> from "Nathan Brindle" at Nov
  2068.               11, 93 07:39:38 pm
  2069.  
  2070. Just a note on Access for the Mac.  Access BASIC is written entirely in
  2071. 8086 Assembler.  It will not be easy to port.  Don't hold your breath.
  2072.  
  2073. John
  2074. johnvon@halcyon.com
  2075. =========================================================================
  2076. Date:         Fri, 12 Nov 1993 15:39:53 -0800
  2077. Reply-To:     Microsoft Access Database Discussion List
  2078.               <ACCESS-L@INDYCMS.BITNET>
  2079. Sender:       Microsoft Access Database Discussion List
  2080.               <ACCESS-L@INDYCMS.BITNET>
  2081. From:         John von Colditz <johnvon@HALCYON.COM>
  2082. Subject:      Re: Updating other fields in a record from a form.
  2083. In-Reply-To:  <199311102022.AA10833@halcyon.com> from "RON APLAND AH204" at Nov
  2084.               10, 93 12:10:47 pm
  2085.  
  2086. Ron,
  2087.  
  2088. I'm not sure I precisely understand your problem.  If what you are
  2089. trying to do is update a table, using data that you do not want to
  2090. appear on the screen, put the data in hidden (visible=no) fields on the
  2091. screen.  If they are bound to the underlying table, the update will take
  2092. place.
  2093.  
  2094. John
  2095. =========================================================================
  2096. Date:         Fri, 12 Nov 1993 15:36:34 -0800
  2097. Reply-To:     Microsoft Access Database Discussion List
  2098.               <ACCESS-L@INDYCMS.BITNET>
  2099. Sender:       Microsoft Access Database Discussion List
  2100.               <ACCESS-L@INDYCMS.BITNET>
  2101. From:         John von Colditz <johnvon@HALCYON.COM>
  2102. Subject:      Re: adding fields inside a record
  2103. In-Reply-To:  <199311102118.AA13218@halcyon.com> from "PROTECT THE RIGHT-KEEP &
  2104.               ARM BEARS" at Nov 10, 93 04:15:11 pm
  2105.  
  2106. Cindy,
  2107.  
  2108. Create a derived field in the query:
  2109.  
  2110. TravelTotal: [Airfare] + [Meals] + [Transportation] + ...
  2111.  
  2112. It should do the trick.
  2113.  
  2114. John
  2115.  
  2116. johnvon@halcyon.com
  2117. =========================================================================
  2118. Date:         Sat, 13 Nov 1993 22:16:07 MEZ
  2119. Reply-To:     Microsoft Access Database Discussion List
  2120.               <ACCESS-L@INDYCMS.BITNET>
  2121. Sender:       Microsoft Access Database Discussion List
  2122.               <ACCESS-L@INDYCMS.BITNET>
  2123. From:         Erich Neuwirth <A4422DAB@VM.UNIVIE.AC.AT>
  2124. Subject:      self updating form problem again
  2125.  
  2126. earlier i described a problem with using the after update property
  2127. for field  controls connected to an underlying table.
  2128. the problem was that going to anotherb record also triggered the macro
  2129. connected to this property, and this produced unwanted results.
  2130. i mamanged to solve this problem by adding a macro to the on current
  2131. property of the whole form. this macro does a refresh through the
  2132. domenuitem action. then things work as i want them to work.
  2133. now there is one more problem.
  2134. i want to show the table which the form is connected to in another
  2135. form window at the same time. this is possible. but when i change
  2136. or add records in one view, the other view based upon a query
  2137. built on top of the same table is NOT updated. is there a way to force
  2138. the query and/or table to update itself as soon as the underlying
  2139. tabke is changed?
  2140.  
  2141. ERICH NEUWIRTH
  2142. BITNET (EARN): A4422DAB@AWIUNI11
  2143. INTERNET:      a4422DAB@vm.univie.ac.at = 131.130.1.2
  2144. Institute for Statistics, Operations Research, and Computer Methods
  2145. UNIVERSITY OF VIENNA, UNIVERSITAETSSTR. 5/9, A-1010 VIENNA, AUSTRIA
  2146. TEL.: +43-1-40407-160    FAX: +43-1-40407-88
  2147. =========================================================================
  2148. Date:         Mon, 15 Nov 1993 07:57:00 MST
  2149. Reply-To:     Microsoft Access Database Discussion List
  2150.               <ACCESS-L@INDYCMS.BITNET>
  2151. Sender:       Microsoft Access Database Discussion List
  2152.               <ACCESS-L@INDYCMS.BITNET>
  2153. From:         Leisa Refalo <REFALO@STSCBBS.HILL.AF.MIL>
  2154. Subject:      Re: training materials for access...
  2155.  
  2156. DATACAL Direct has a catalog that contains training videos for Access.
  2157. They offer 2 videos from ViaGrafix.
  2158. Introduction to Access (55 minutes) for $49.95 and
  2159. Using Access (65 minutes) for $49.95
  2160.  
  2161. DATACAL's toll free ordering number is 1-800-251-3370 and the fax number is
  2162. 1-602-545-8090.  I believe they will send a free catalog upon request.
  2163.  
  2164. Leisa ReFalo
  2165. =========================================================================
  2166. Date:         Mon, 15 Nov 1993 21:12:18 -0500
  2167. Reply-To:     Microsoft Access Database Discussion List
  2168.               <ACCESS-L@INDYCMS.BITNET>
  2169. Sender:       Microsoft Access Database Discussion List
  2170.               <ACCESS-L@INDYCMS.BITNET>
  2171. From:         Kenneth Hutchinson <KRH4502@ACFCLUSTER.NYU.EDU>
  2172. Subject:      Parameterized Queries
  2173.  
  2174.  Does anyone know how a variable can be passed from Access Basic to a
  2175. parameterized query. Instead of prompting the user with that query
  2176. dialog box, I have a form with a number of radio buttons. Each button
  2177. corresponds to a parameter that I want the query to execute on. Now,
  2178. I want to pass the button value to the parameterized query.
  2179.  Any help would be greatly appreciated.
  2180.  
  2181. Ken Hutchinson
  2182. krh4502@acfcluster.nyu.edu
  2183. =========================================================================
  2184. Date:         Mon, 15 Nov 1993 18:14:15 -0800
  2185. Reply-To:     Microsoft Access Database Discussion List
  2186.               <ACCESS-L@INDYCMS.BITNET>
  2187. Sender:       Microsoft Access Database Discussion List
  2188.               <ACCESS-L@INDYCMS.BITNET>
  2189. From:         John von Colditz <johnvon@HALCYON.COM>
  2190. Subject:      Re: self updating form problem again
  2191. In-Reply-To:  <199311151418.AA11357@halcyon.com> from "Erich Neuwirth" at Nov
  2192.               13, 93 10:16:07 pm
  2193.  
  2194. Erich,
  2195.  
  2196. What you need to do is Requery the form.  That will update the form with
  2197. data from the underlying query.  You can do this with either Access
  2198. BASIC or a macro.  Run the action from the on update property of the
  2199. first form.  If the first form is form1 and the second form is form2
  2200. your sequence would be:
  2201.  
  2202. Move focus to form2
  2203. Requery form2 (do a requery without parameters)
  2204. Move focus back to form1
  2205.  
  2206. John
  2207. johnvon@halcyon.com
  2208. =========================================================================
  2209. Date:         Tue, 16 Nov 1993 09:43:55 -0500
  2210. Reply-To:     Microsoft Access Database Discussion List
  2211.               <ACCESS-L@INDYCMS.BITNET>
  2212. Sender:       Microsoft Access Database Discussion List
  2213.               <ACCESS-L@INDYCMS.BITNET>
  2214. From:         KENTON HENSLEY 617-496-2131 <HENSLEY@HULAW1.BITNET>
  2215. Subject:      Re: Parameterized Queries
  2216. In-Reply-To:  Your message dated "Mon,
  2217.               15 Nov 1993 21:12:18 -0500" <01H5D7F3BSMQ8WY58O@HUSC3.HARVARD.EDU>
  2218.  
  2219. Have you checked out page 137 of the Access provided "Introduction
  2220. to programming"?  The first example on that page shows how to create
  2221. a QueryDef variable (parameter query variable) and how to pass a value
  2222. to the paramters you've defined.
  2223.  
  2224. Kenton
  2225. Hensley@hulaw1.harvard.edu
  2226. =========================================================================
  2227. Date:         Tue, 16 Nov 1993 07:24:41 PST
  2228. Reply-To:     Microsoft Access Database Discussion List
  2229.               <ACCESS-L@INDYCMS.BITNET>
  2230. Sender:       Microsoft Access Database Discussion List
  2231.               <ACCESS-L@INDYCMS.BITNET>
  2232. From:         Mark=Wignall%MfgEng%GPID@BANYAN.BV.TEK.COM
  2233. Subject:      Re: Parameterized Queries
  2234.  
  2235. Kenneth Hutchinson <KRH4502@ACFCLUSTER.NYU.EDU> Wrote:
  2236. |  Does anyone know how a variable can be passed from Access
  2237. | Basic to a
  2238. | parameterized query. Instead of prompting the user with that
  2239. | query
  2240. | dialog box, I have a form with a number of radio buttons.
  2241. | Each button
  2242. | corresponds to a parameter that I want the query to execute
  2243. | on. Now,
  2244. | I want to pass the button value to the parameterized query.
  2245. |  Any help would be greatly appreciated.
  2246.  
  2247. Well, if I understand you correctly, then here's what I'd do:
  2248.  
  2249. On the form, once the user selects the button to run the query (I assume
  2250. this is the triggering device) then the Basic code will interpret which
  2251. button is pressed and adjust the contents of a text boxt i.e.
  2252.  
  2253.         select ButtonValue
  2254.                 case 1
  2255.                         Forms![FormName].myBox="parameterA"
  2256.                 case 2
  2257.                         Forms![FormName].myBox="parameterB"
  2258.                 ...
  2259.         end select
  2260.  
  2261. Then on the query, where you are specifying the criteria, have that field
  2262. set to:
  2263.  
  2264.         Forms![FormName].myBox
  2265.  
  2266. Also, on the Texbox (myBox), adjust it's properties in the design view, so
  2267. that it's not visible.
  2268.  
  2269. Don't know if this is the BEST way, but it worked for me!  :)
  2270.  
  2271. Enjoy!
  2272. =========================================================================
  2273. Date:         Tue, 16 Nov 1993 18:01:38 +0100
  2274. Reply-To:     Microsoft Access Database Discussion List
  2275.               <ACCESS-L@INDYCMS.BITNET>
  2276. Sender:       Microsoft Access Database Discussion List
  2277.               <ACCESS-L@INDYCMS.BITNET>
  2278. From:         Edgar Greuter <edgar@INM.UNI-SB.DE>
  2279. Subject:      Re: How can I hide tables ? -> Solution!
  2280.  
  2281. Hi all!
  2282.  
  2283. Today i have discovered, how tables, queries, ... can be hidden from the
  2284. database window just as the "system objects".
  2285.  
  2286.         1) select "options" - "hide system objects" - "no"
  2287.         2) in table MsysObjects locate your table (identified by the name)
  2288.         3) change the flags field to a value <> Null and <> 0
  2289.         4) select "options" - "hide system objects" - "yes"
  2290.  
  2291. That`s all. All queries based on those tables still work.
  2292.  
  2293.         - Edgar
  2294. =========================================================================
  2295. Date:         Tue, 16 Nov 1993 09:09:10 PST
  2296. Reply-To:     Microsoft Access Database Discussion List
  2297.               <ACCESS-L@INDYCMS.BITNET>
  2298. Sender:       Microsoft Access Database Discussion List
  2299.               <ACCESS-L@INDYCMS.BITNET>
  2300. From:         schuck@SFU.CA
  2301. Subject:      Re: Parameterized Queries
  2302. In-Reply-To:  <9311160707.AA06305@whistler.sfu.ca>; from "Kenneth Hutchinson"
  2303.               at Nov 15, 93 9:12 pm
  2304.  
  2305. >
  2306. >  Does anyone know how a variable can be passed from Access Basic to a
  2307. > parameterized query. Instead of prompting the user with that query
  2308. > dialog box, I have a form with a number of radio buttons. Each button
  2309. > corresponds to a parameter that I want the query to execute on. Now,
  2310. > I want to pass the button value to the parameterized query.
  2311. >  Any help would be greatly appreciated.
  2312. >
  2313.  
  2314. If you are passing all the parameters, the easiest
  2315. is to just put them right into the query.
  2316.  
  2317. In the criteria section for the field in a query, put:
  2318.  
  2319. forms!FormName!FieldName
  2320.  
  2321. If its a subform, try:
  2322.  
  2323. forms!FormName!SubForm.form!FieldName
  2324.  
  2325. where Subform is the control name of the subform.
  2326.  
  2327.  
  2328. If only some of the parameters are to be passed,
  2329. I create an Expr column such as x
  2330.  
  2331. x:iif(isnull(forms!formname!fieldname) or
  2332. QueryField=forms!formname!fieldname,1,0)
  2333.  
  2334. and put 1 in the criteria for the query.
  2335.  
  2336. Thats assuming a blank parameter is null.
  2337. =========================================================================
  2338. Date:         Tue, 16 Nov 1993 15:49:24 MDT
  2339. Reply-To:     Microsoft Access Database Discussion List
  2340.               <ACCESS-L@INDYCMS.BITNET>
  2341. Sender:       Microsoft Access Database Discussion List
  2342.               <ACCESS-L@INDYCMS.BITNET>
  2343. Comments:     Converted from PROFS to RFC822 format by PUMP V2.1
  2344. From:         "Brian Keeler (403) - 471-8623" <BRIANK@NAITVM.NAIT.AB.CA>
  2345. Subject:      ACCESS DB problem
  2346.  
  2347. We have a .MDB file that contains 23,000 records.
  2348. A number of calculations on done on several fields,
  2349. and it is running on a Novell network 3.11.
  2350. With out SHARE.EXE in the AUTOEXEC.BAT file installed
  2351. the job takes 3 min 43 seconds on a 486/66 mhz PC clone.
  2352. With SHARE.EXE installed on the same machine, same
  2353. network, the job was cancelled after 1 hour 30 minutes
  2354. and it had only processed 900 records. SHARE had the
  2355. parameter /L:500 in the autoexec.bat file. We were under
  2356. the impression that this parameter stops different users
  2357. from accessing the same fields/records in the database.
  2358.  
  2359. Does anyone know or understand why this would happen??
  2360. Has anyone else had this same problem occur to them??
  2361. Are we wrong in our impression of SHARE??
  2362.  
  2363. Brian Keeler (403) - 471-8623     ..What is a CD-ROM ??
  2364. Application Services Coordinator   3 billion pits arranged
  2365. Information Services Division      in a 3 mile spiral...
  2366. domain: briank@naitvm.nait.ab.ca
  2367. =========================================================================
  2368. Date:         Wed, 17 Nov 1993 07:59:39 PST
  2369. Reply-To:     thamilto@pcocd2.intel.com
  2370. Sender:       Microsoft Access Database Discussion List
  2371.               <ACCESS-L@INDYCMS.BITNET>
  2372. From:         "Tony Hamilton - FES ERG~" <thamilto@PCOCD2.INTEL.COM>
  2373. Subject:      Re: ACCESS DB problem
  2374. In-Reply-To:  <9311170319.AA05178@hermes.intel.com>; from "Brian Keeler" at Nov
  2375.               16, 93 3:49 pm
  2376.  
  2377. > We have a .MDB file that contains 23,000 records.
  2378. > A number of calculations on done on several fields,
  2379. > and it is running on a Novell network 3.11.
  2380. > With out SHARE.EXE in the AUTOEXEC.BAT file installed
  2381. > the job takes 3 min 43 seconds on a 486/66 mhz PC clone.
  2382. > With SHARE.EXE installed on the same machine, same
  2383. > network, the job was cancelled after 1 hour 30 minutes
  2384. > and it had only processed 900 records. SHARE had the
  2385. > parameter /L:500 in the autoexec.bat file. We were under
  2386. > the impression that this parameter stops different users
  2387. > from accessing the same fields/records in the database.
  2388. >
  2389. > Does anyone know or understand why this would happen??
  2390. > Has anyone else had this same problem occur to them??
  2391. > Are we wrong in our impression of SHARE??
  2392.  
  2393. Well, SHARE is only used on your local workstation. In Access,
  2394. when you are working on a .MDB file on the network, Access utilizes
  2395. the network's own record-locking scheme to manage record locking,
  2396. so SHARE isn't supposed to come into play. It sounds to me like,
  2397. for some reason, Access is still using SHARE to manage record
  2398. locking over your Novell network. I don't know Novell, I only
  2399. know Banyan. On Banyan, record locking is managed by the network.
  2400.  
  2401. --
  2402. Tony Hamilton                 |
  2403. -Intel Corporation            | voice: 916-356-3070
  2404. --Folsom Engineering Services | mailstop: FM2-55
  2405. ---Engineering Resource Group | email: thamilto@pcocd2.intel.com
  2406. ----Software Technician       |
  2407. =========================================================================
  2408. Date:         Wed, 17 Nov 1993 13:38:17 EST
  2409. Reply-To:     Microsoft Access Database Discussion List
  2410.               <ACCESS-L@INDYCMS.BITNET>
  2411. Sender:       Microsoft Access Database Discussion List
  2412.               <ACCESS-L@INDYCMS.BITNET>
  2413. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  2414. Subject:      Re: ACCESS DB problem
  2415.  
  2416. From: "Tony Hamilton - FES ERG~" <thamilto@pcocd2.intel.com>
  2417. % Well, SHARE is only used on your local workstation. In Access,
  2418. % when you are working on a .MDB file on the network, Access utilizes
  2419. % the network's own record-locking scheme to manage record locking,
  2420. % so SHARE isn't supposed to come into play. It sounds to me like,
  2421. % for some reason, Access is still using SHARE to manage record
  2422. % locking over your Novell network. I don't know Novell, I only
  2423. % know Banyan. On Banyan, record locking is managed by the network.
  2424.  
  2425. I can't speak to all of the locking since I haven't tinkered in
  2426. awhile [and have been breaking various forthcoming software products
  2427. for books ;) ] -- I *do* know, however, that Access & Novell don't get
  2428. along real well when it comes to speed.  No functional problems,
  2429. but I know through keeping my ear to the ground that many people
  2430. running Access across networks are very, very reluctant to do so
  2431. on Novell flavours.
  2432.  
  2433. ---------------------------------------------------------------------
  2434. phil paxton
  2435. development editor
  2436. sams/prentice hall computer publishing  <=== "GO SAMS" via Compuserve
  2437. paramount publishing
  2438. indianapolis, indiana
  2439. 317.581.3756
  2440. =========================================================================
  2441. Date:         Wed, 17 Nov 1993 16:19:38 MDT
  2442. Reply-To:     Microsoft Access Database Discussion List
  2443.               <ACCESS-L@INDYCMS.BITNET>
  2444. Sender:       Microsoft Access Database Discussion List
  2445.               <ACCESS-L@INDYCMS.BITNET>
  2446. Comments:     Converted from PROFS to RFC822 format by PUMP V2.1
  2447. From:         Jack Wiercinski <JACKW@NAITVM.NAIT.AB.CA>
  2448. Subject:      Access - Out Of Memory
  2449.  
  2450. I have Access 1.1 database 650 000 records (55 MB). Until recently when size
  2451. of database was approx 40 MB I was able to compact it (using Access
  2452. 1.0).Presently I am using Access 1.1 and Format is 1.1.
  2453.  
  2454. Now, whenever I try to compact my database I am getting "Out of Memory"
  2455. message.
  2456.  
  2457.  I have 32MB RAM and 240MB free disk space on 486 50MHz PC.I created a huge
  2458. 120MB permanent swapfile, I defragmented my disk,I removed my PC from the
  2459. network, removed all TSR, to no avail. I am very concerned that I can't
  2460. compact my database. The application which I am running is crucial to my
  2461. organization. Any ideas?
  2462.  
  2463. Jack                                    ISD NAIT (403) 471-8617
  2464. =========================================================================
  2465. Date:         Thu, 18 Nov 1993 07:41:06 CST
  2466. Reply-To:     Microsoft Access Database Discussion List
  2467.               <ACCESS-L@INDYCMS.BITNET>
  2468. Sender:       Microsoft Access Database Discussion List
  2469.               <ACCESS-L@INDYCMS.BITNET>
  2470. From:         Richard Moldwin <rmoldwin@MIDWAY.UCHICAGO.EDU>
  2471. Subject:      Re: Access - Out Of Memory
  2472. In-Reply-To:  Your message of Wed, 17 Nov 1993 16:19:38 MDT
  2473.  
  2474. Jack, did you try to repair the database before compacting? Maybe that will
  2475.  work.
  2476. =========================================================================
  2477. Date:         Thu, 18 Nov 1993 06:39:44 -0800
  2478. Reply-To:     Microsoft Access Database Discussion List
  2479.               <ACCESS-L@INDYCMS.BITNET>
  2480. Sender:       Microsoft Access Database Discussion List
  2481.               <ACCESS-L@INDYCMS.BITNET>
  2482. From:         John von Colditz <johnvon@HALCYON.COM>
  2483. Subject:      Re: Parameterized Queries
  2484. In-Reply-To:  <199311162010.AA01626@halcyon.com> from "schuck@sfu.ca" at Nov 16,
  2485.               93 09:09:10 am
  2486.  
  2487. To pass parameters to a query do the following
  2488.  
  2489. Dim QD as QueryDef
  2490. Dim DB as Database
  2491. Dim DS as Dynaset
  2492.  
  2493. Set DB = CurrentDB()
  2494. Set QD = DB.OpenQueryDef("TestQuery")
  2495.  
  2496. QD("Forms!Form1!Field1") = Forms!Form1!Field1
  2497. Set DS = QD.CreateDynaset()
  2498.  
  2499. This works, and it's fast and easy.
  2500.  
  2501. John
  2502. johnvon@halcyon.com
  2503. =========================================================================
  2504. Date:         Thu, 18 Nov 1993 06:43:24 -0800
  2505. Reply-To:     Microsoft Access Database Discussion List
  2506.               <ACCESS-L@INDYCMS.BITNET>
  2507. Sender:       Microsoft Access Database Discussion List
  2508.               <ACCESS-L@INDYCMS.BITNET>
  2509. From:         John von Colditz <johnvon@HALCYON.COM>
  2510. Subject:      Re: How can I hide tables ? -> Solution!
  2511. In-Reply-To:  <199311162009.AA01608@halcyon.com> from "Edgar Greuter" at Nov 16,
  2512.               93 06:01:38 pm
  2513.  
  2514. Edgar,
  2515.  
  2516. I would STRONGLY advise against using this technique.  If future
  2517. versions of Access do not have the ability to modify the system tables,
  2518. you will have serious problems.  Objects hidden using version 1.1
  2519. _might_ not be recoverable to visible status using future versions of
  2520. Access.
  2521.  
  2522. John
  2523. johnvon@halcyon.com
  2524. =========================================================================
  2525. Date:         Thu, 18 Nov 1993 10:19:59 EDT
  2526. Reply-To:     Microsoft Access Database Discussion List
  2527.               <ACCESS-L@INDYCMS.BITNET>
  2528. Sender:       Microsoft Access Database Discussion List
  2529.               <ACCESS-L@INDYCMS.BITNET>
  2530. From:         Dave Finley <finleyd@VRINET.COM>
  2531. Subject:      Access Versus PowerBuilder
  2532.  
  2533. For an upcoming project, my company is trying to decide between PowerBuilder
  2534. and Access. From what I can determine, the main difference is price per
  2535. package (list price of $495 for Access versus almost $3000 for PowerBuilder).
  2536. But I would like to hear from others, especially Access users who've also used
  2537. PowerBuilder. Is PowerBuilder better than Access? Enough so to justify the
  2538. price difference?
  2539.  
  2540.  
  2541. Dave Finley
  2542. finleyd@vrinet.com
  2543. =========================================================================
  2544. Date:         Thu, 18 Nov 1993 07:05:21 -0800
  2545. Reply-To:     Microsoft Access Database Discussion List
  2546.               <ACCESS-L@INDYCMS.BITNET>
  2547. Sender:       Microsoft Access Database Discussion List
  2548.               <ACCESS-L@INDYCMS.BITNET>
  2549. From:         John von Colditz <johnvon@HALCYON.COM>
  2550. Subject:      Re: Access - Out Of Memory
  2551. In-Reply-To:  <199311180631.AA14632@halcyon.com> from "Jack Wiercinski" at Nov
  2552.               17, 93 04:19:38 pm
  2553.  
  2554. Jack,
  2555.  
  2556. I think I know what the problem is.  When Access compacts a database, it
  2557. creates a copy of your MDB to work from.  Therefor, if you don't have 55
  2558. MB of free _disk_ space you are getting an Out of Memory message.
  2559. Creating a huge swap file may have made the problem worse.
  2560.  
  2561. Please give this a try, and get back to me if you continue to have
  2562. problems.
  2563.  
  2564. John
  2565. johnvon@halcyon.com
  2566. =========================================================================
  2567. Date:         Thu, 18 Nov 1993 09:17:42 -0500
  2568. Reply-To:     Microsoft Access Database Discussion List
  2569.               <ACCESS-L@INDYCMS.BITNET>
  2570. Sender:       Microsoft Access Database Discussion List
  2571.               <ACCESS-L@INDYCMS.BITNET>
  2572. From:         Kevin Muenzler <MUENZLERK%SHIRE@UTHSCSA.EDU>
  2573. Organization: University of Texas Health Science Center at San Antonio
  2574. Subject:      Re: Access - Out Of Memory
  2575.  
  2576. >I have Access 1.1 database 650 000 records (55 MB). Until recently when size
  2577. >of database was approx 40 MB I was able to compact it (using Access
  2578. >1.0).Presently I am using Access 1.1 and Format is 1.1.
  2579. >
  2580. >Now, whenever I try to compact my database I am getting "Out of Memory"
  2581. >message.
  2582.  
  2583. > I have 32MB RAM and 240MB free disk space on 486 50MHz PC.I created a huge
  2584. >120MB permanent swapfile, I defragmented my disk,I removed my PC from the
  2585. >network, removed all TSR, to no avail. I am very concerned that I can't
  2586. >compact my database. The application which I am running is crucial to my
  2587. >organization. Any ideas?
  2588.  
  2589. >Jack                                    ISD NAIT (403) 471-8617
  2590.  
  2591.  
  2592. Jack,
  2593.         I have the same problem with a 570K record database.  I was trying
  2594. to key the database and set ref integrety checks.  I got "Out of Memory" also.
  2595. My machine is a 486DX-33 with 8MB memory and a 32MB swap file.  I crashes
  2596. at about 5% finished.
  2597.  
  2598.                         Kevin
  2599. MUENZLERK@uthscsa.edu
  2600. =========================================================================
  2601. Date:         Thu, 18 Nov 1993 08:10:11 PST
  2602. Reply-To:     thamilto@pcocd2.intel.com
  2603. Sender:       Microsoft Access Database Discussion List
  2604.               <ACCESS-L@INDYCMS.BITNET>
  2605. From:         "Tony Hamilton - FES ERG~" <thamilto@PCOCD2.INTEL.COM>
  2606. Subject:      Re: Access - Out Of Memory
  2607. In-Reply-To:  <9311180608.AA22452@hermes.intel.com>; from "Jack Wiercinski" at
  2608.               Nov 17, 93 4:19 pm
  2609.  
  2610. > I have Access 1.1 database 650 000 records (55 MB). Until recently when size
  2611. > of database was approx 40 MB I was able to compact it (using Access
  2612. > 1.0).Presently I am using Access 1.1 and Format is 1.1.
  2613. >
  2614. > Now, whenever I try to compact my database I am getting "Out of Memory"
  2615. > message.
  2616. >
  2617. >  I have 32MB RAM and 240MB free disk space on 486 50MHz PC.I created a huge
  2618. > 120MB permanent swapfile, I defragmented my disk,I removed my PC from the
  2619. > network, removed all TSR, to no avail. I am very concerned that I can't
  2620. > compact my database. The application which I am running is crucial to my
  2621. > organization. Any ideas?
  2622.  
  2623. Just one, Jack. Call Microsoft. They'll surely be able to tell you if you've
  2624. hit some little-known limit or something. Then, when you find out, please
  2625. let the rest of us know... :-)
  2626.  
  2627. --
  2628. Tony Hamilton                 |
  2629. -Intel Corporation            | voice: 916-356-3070
  2630. --Folsom Engineering Services | mailstop: FM2-55
  2631. ---Engineering Resource Group | email: thamilto@pcocd2.intel.com
  2632. =========================================================================
  2633. Date:         Thu, 18 Nov 1993 11:34:38 EST
  2634. Reply-To:     Microsoft Access Database Discussion List
  2635.               <ACCESS-L@INDYCMS.BITNET>
  2636. Sender:       Microsoft Access Database Discussion List
  2637.               <ACCESS-L@INDYCMS.BITNET>
  2638. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  2639. Organization: IUPUI Student Activities Office (317) 274-3931
  2640. Subject:      Re: Access - Out Of Memory
  2641. In-Reply-To:  Message of Thu,
  2642.               18 Nov 1993 08:10:11 PST from <thamilto@PCOCD2.INT EL.COM>
  2643.  
  2644. On Thu, 18 Nov 1993 08:10:11 PST Tony Hamilton - FES ERG~ said:
  2645. >
  2646. >Just one, Jack. Call Microsoft. They'll surely be able to tell you if you've
  2647. >hit some little-known limit or something. Then, when you find out, please
  2648. >let the rest of us know... :-)
  2649. >
  2650.  
  2651. Begin(Flame) <not aimed at you, Tony!>
  2652. Or (gee!) the two Microsoft subscribers to this group could comment from
  2653. time to time also...I'm beginning to wonder why they're here.  It's kind
  2654. of irritating to me that on VISBAS-L, Microsoft people comment all the
  2655. time about problems that people are having, but we almost never get any
  2656. input here on ACCESS-L.  I've offered this group as a support forum,
  2657. "user group", or what have you, and the answer I got from MS was "but
  2658. aren't most of the people on the list academic users?"  I pointed out
  2659. (and followed up with a letter) that MANY of the subscribers are NOT
  2660. at academic nodes.  Plus--what difference would it make if they were?
  2661. I have heard nothing since.
  2662.  
  2663. I wasn't going to get into this but it's been bugging me for months.
  2664. I guess if you want to pay for Compu$erve, you can get Access support
  2665. on line.
  2666. End(Flame)
  2667.  
  2668. I'm not putting this up for discussion, BTW--I'm just venting my spleen
  2669. as a list owner.  We now return to our regularly-scheduled program....
  2670.  
  2671. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  2672. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  2673. Indiana University Purdue University Indianapolis
  2674. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  2675. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  2676. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  2677. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  2678. ------------------------------------------------------------------------------
  2679. =========================================================================
  2680. Date:         Thu, 18 Nov 1993 12:05:16 EST
  2681. Reply-To:     Microsoft Access Database Discussion List
  2682.               <ACCESS-L@INDYCMS.BITNET>
  2683. Sender:       Microsoft Access Database Discussion List
  2684.               <ACCESS-L@INDYCMS.BITNET>
  2685. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  2686. Subject:      Access - Out Of Memory
  2687.  
  2688. % I have Access 1.1 database 650 000 records (55 MB). Until recently when
  2689. % size of database was approx 40 MB I was able to compact it (using Access
  2690. % 1.0).Presently I am using Access 1.1 and Format is 1.1.
  2691.  
  2692. % Now, whenever I try to compact my database I am getting "Out of Memory"
  2693. % message.
  2694.  
  2695. % I have 32MB RAM and 240MB free disk space on 486 50MHz PC.I created a huge
  2696. % 120MB permanent swapfile, I defragmented my disk,I removed my PC from the
  2697. % network, removed all TSR, to no avail. I am very concerned that I can't
  2698. % compact my database. The application which I am running is crucial to my
  2699. % organization. Any ideas?
  2700.  
  2701. I know the MS people watch this forum but seem to only lurk.  I'd suggest
  2702. you upload this to Compu$erve since there is such a large Access
  2703. following there, both in the developer and MS communities.
  2704.  
  2705. phil
  2706. =========================================================================
  2707. Date:         Thu, 18 Nov 1993 16:24:20 CST
  2708. Reply-To:     Microsoft Access Database Discussion List
  2709.               <ACCESS-L@INDYCMS.BITNET>
  2710. Sender:       Microsoft Access Database Discussion List
  2711.               <ACCESS-L@INDYCMS.BITNET>
  2712. From:         David Crookall <CROOKALL@UA1VM.BITNET>
  2713. Organization: Simulation & Gaming - Project IDEALS
  2714. Subject:      Re: Access - Out Of Memory
  2715. In-Reply-To:  Message of Thu, 18 Nov 1993 11:34:38 EST from <NBRINDLE@INDYCMS>
  2716.  
  2717. Well said, Nathan.
  2718. (David Crookall)
  2719. =========================================================================
  2720. Date:         Thu, 18 Nov 1993 15:22:49 -0800
  2721. Reply-To:     Microsoft Access Database Discussion List
  2722.               <ACCESS-L@INDYCMS.BITNET>
  2723. Sender:       Microsoft Access Database Discussion List
  2724.               <ACCESS-L@INDYCMS.BITNET>
  2725. From:         John von Colditz <johnvon@HALCYON.COM>
  2726. Subject:      Re: Access Versus PowerBuilder
  2727. In-Reply-To:  <199311181849.AA01618@halcyon.com> from "Dave Finley" at Nov 18,
  2728.               93 10:19:59 am
  2729.  
  2730. Dave,
  2731.  
  2732. If your users only need an executable version of your application, get
  2733. the Access Distribution Kit.  It's $495, and you can find it for $300.
  2734. It distributes a runtime version of the application, with now royalties.
  2735. My experience with it has been positive.
  2736.  
  2737. John
  2738. johnvon@halcyon.com
  2739. =========================================================================
  2740. Date:         Thu, 18 Nov 1993 20:15:58 EST
  2741. Reply-To:     Microsoft Access Database Discussion List
  2742.               <ACCESS-L@INDYCMS.BITNET>
  2743. Sender:       Microsoft Access Database Discussion List
  2744.               <ACCESS-L@INDYCMS.BITNET>
  2745. From:         SAM SCHMITT <SSCHMITT@UCS.INDIANA.EDU>
  2746. Subject:      Re: Access Versus PowerBuilder
  2747.  
  2748. I've had some limited experience with both products in project situations.
  2749. Powerbuilder is a much more powerful tool, but it is way over priced for
  2750. the maturity of the product.  My former organization spent many hours
  2751. working around the product's bugs which caused significant delays in the
  2752. project.  As for Access, it's a little like comparing apples and oranges.
  2753. Access is also very immature, but from what I gather is now stable in
  2754. version 1.1.  It's not the same caliber tool as Powerbuilder but it's much
  2755. less expensive and somewhat easier to master.  I'm not sure what you're
  2756. wanting to do exactly but you might want to consider using Visual Basic 3.0
  2757. with ODBC to a SQL Server back end.  Visual Basic is essentially the same
  2758. language as Access but you have the third party add ins and can compile to
  2759. .EXE code.  It also comes with what appears to be Access's database engine
  2760. if you purchase the Professional Edition.  If you are looking for an easy
  2761. to work with database development language that can compile .EXE's and still
  2762. do some sophisticated programming without getting involved with C++, Visual
  2763. Basic is worth exploring.
  2764.  
  2765. I personally would steer away from PowerBuilder, the price/performace isn't
  2766. there and PowerBuilder is an expensive product to learn.
  2767.  
  2768. Best Wishes
  2769. --Sam
  2770. =========================================================================
  2771. Date:         Fri, 19 Nov 1993 12:22:17 EST
  2772. Reply-To:     ACCESS-L@INDYCMS.BITNET
  2773. Sender:       Microsoft Access Database Discussion List
  2774.               <ACCESS-L@INDYCMS.BITNET>
  2775. Comments:     Resent-From: Nathan Brindle <NBRINDLE@INDYCMS>
  2776. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  2777. Subject:      Microsoft's Participation
  2778.  
  2779. The  enclosed mail  file, found  in the  ACCESS-L reader  and shown  under the
  2780. spoolid 1407  in the console log,  has been identified as  a possible delivery
  2781. error notice for the following reason: "Sender:", "From:" or "Reply-To:" field
  2782. pointing to the list has been found in mail body.
  2783.  
  2784. ------------------------- Message in error (71 lines) -------------------------
  2785. >Date:         Fri, 19 Nov 93  12:08:18 EST
  2786. >From:         Michael Blankenstein <U7530MB@DOEVM>
  2787. >Subject:      Microsoft's Participation
  2788. >In-Reply-To:  note of 11/18/93 13:40
  2789. >To:           <ACCESS-L@INDYCMS>
  2790.  
  2791.  
  2792. I am not an "academic user"! But what's that got to do with Microsoft's
  2793. participation with this particular forum.
  2794.  
  2795. Michael Blankenstein
  2796. Computer Systems Manager
  2797. U.S. Dept of Energy
  2798.  
  2799. u7530mb@vm1.hqadmin.doe.gov
  2800.  
  2801. On Thu, 18 Nov 1993 08:10:11 PST Tony Hamilton - FES ERG~ said:
  2802. >
  2803. >Just one, Jack. Call Microsoft. They'll surely be able to tell you if you've
  2804. >hit some little-known limit or something. Then, when you find out, please
  2805. >let the rest of us know... :-)
  2806. >
  2807.  
  2808. Begin(Flame) <not aimed at you, Tony!>
  2809. Or (gee!) the two Microsoft subscribers to this group could comment from
  2810. time to time also...I'm beginning to wonder why they're here.  It's kind
  2811. of irritating to me that on VISBAS-L, Microsoft people comment all the
  2812. time about problems that people are having, but we almost never get any
  2813. input here on ACCESS-L.  I've offered this group as a support forum,
  2814. "user group", or what have you, and the answer I got from MS was "but
  2815. aren't most of the people on the list academic users?"  I pointed out
  2816. (and followed up with a letter) that MANY of the subscribers are NOT
  2817. at academic nodes.  Plus--what difference would it make if they were?
  2818. I have heard nothing since.
  2819.  
  2820. I wasn't going to get into this but it's been bugging me for months.
  2821. I guess if you want to pay for Compu$erve, you can get Access support
  2822. on line.
  2823. End(Flame)
  2824.  
  2825. I'm not putting this up for discussion, BTW--I'm just venting my spleen
  2826. as a list owner.  We now return to our regularly-scheduled program....
  2827.  
  2828. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  2829. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  2830. Indiana University Purdue University Indianapolis
  2831. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  2832. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  2833. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  2834. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  2835. ------------------------------------------------------------------------------
  2836. =========================================================================
  2837. Date:         Sat, 20 Nov 1993 09:59:49 AST
  2838. Reply-To:     harawitz@fox.nstn.ns.ca
  2839. Sender:       Microsoft Access Database Discussion List
  2840.               <ACCESS-L@INDYCMS.BITNET>
  2841. From:         Howard Harawitz <harawitz@FOX.NSTN.NS.CA>
  2842. Subject:      Re: ACCESS-L Digest - 18 Nov 1993 to 19 Nov 1993
  2843.  
  2844. Hi --
  2845.  
  2846. With reference to comments about Microsoft's participation, or lack of it,
  2847. in this list--specifically, the reference to most participants being
  2848. "academics", I would like to point out that while I teach at a community
  2849. college I am also an active consultant engaged in database development for
  2850. the Windows environment.
  2851.  
  2852. My link to the Internet has nothing to do with the school I work for. I
  2853. subscribe, personally, through a local service provider here in Nova Scotia.
  2854. Part of the reason I subscribed was to get the kind of communication and
  2855. support that a forum like this provides for professionals -- hopefully,
  2856. with the full support of major vendors like Microsoft.
  2857.  
  2858. While I'm at it, I would like to thank the participants and Mr. Brindle,
  2859. administrator of the list, for providing this service.
  2860.  
  2861. Howard
  2862. -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  2863. Howard Harawitz
  2864. Nova Scotia Institute of Technology  [ (902) 424-4217 ]
  2865. Halifax, Nova Scotia
  2866. Canada
  2867. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  2868. =========================================================================
  2869. Date:         Sat, 20 Nov 1993 06:50:11 -0800
  2870. Reply-To:     Microsoft Access Database Discussion List
  2871.               <ACCESS-L@INDYCMS.BITNET>
  2872. Sender:       Microsoft Access Database Discussion List
  2873.               <ACCESS-L@INDYCMS.BITNET>
  2874. From:         John von Colditz <johnvon@HALCYON.COM>
  2875. Subject:      Re: Error codes
  2876. In-Reply-To:  <199311121752.AA25033@halcyon.com> from "John A. Olson" at Nov 12,
  2877.               93 11:39:26 am
  2878.  
  2879. Jack,
  2880.  
  2881. The following Access BASIC code will list the error codes for you.  It
  2882. is from the Access Basic Cookbook by Chris St. Valentine.  It creates a
  2883. text file of the error codes.  You just need to modify it to create a
  2884. table.
  2885.  
  2886. John
  2887.  
  2888. Function UsedErrors() as Integer
  2889.  
  2890.      Dim FileNumber as Integer, T as String, X as Long
  2891.  
  2892.      T = Chr$(9)
  2893.      X = O
  2894.      FileNumber = FreeFile
  2895.      On Error Resume Next
  2896.      Open"ERRORS.TXT" For Output As FileNumber
  2897.      If Err Then
  2898.           UsedErrors = False
  2899.      Else
  2900.           Do While True
  2901.                 X = X + 1
  2902.                 If Left(Error(X), 18) <> "User-defined error" then
  2903.                      If Err Then
  2904.                           Exit Do
  2905.                      Endif
  2906.                      Print #FileNumber, X; T; Error(X)
  2907.                 Endif
  2908.           Loop
  2909.           Close FileNumber
  2910.           UsedErrors = True
  2911.      End If
  2912.      On Error GoTo 0
  2913. End Function
  2914. =========================================================================
  2915. Date:         Sat, 20 Nov 1993 23:25:48 EST
  2916. Reply-To:     Microsoft Access Database Discussion List
  2917.               <ACCESS-L@INDYCMS.BITNET>
  2918. Sender:       Microsoft Access Database Discussion List
  2919.               <ACCESS-L@INDYCMS.BITNET>
  2920. From:         GF05933 <GF05933@MONTCOLC.BITNET>
  2921.  
  2922. topic: help
  2923. =========================================================================
  2924. Date:         Sun, 21 Nov 1993 20:59:02 -0700
  2925. Reply-To:     Microsoft Access Database Discussion List
  2926.               <ACCESS-L@INDYCMS.BITNET>
  2927. Sender:       Microsoft Access Database Discussion List
  2928.               <ACCESS-L@INDYCMS.BITNET>
  2929. From:         Bill Stewart <STEWART@GC.BITNET>
  2930. Subject:      Re: training materials for access...
  2931.  
  2932. Small world.  I have the same goal for our campus next semester.  We are
  2933. currently trying to order the training materials from MS.  They have the
  2934. student guides, but are still developing the instructor material.  None the
  2935. less, we have on order what we can get.
  2936.  
  2937. One text book I've found to be helpful fro training is "MicroSoft Access For
  2938. Windows, Step by Step."  It is by MS press and has exercises and a
  2939. guess-tiamte on how long each exercise takes.  From what I can tell it is
  2940. pretty good stuff.
  2941.  
  2942. ------------------------------------------------------
  2943. Bill Stewart
  2944. STEWART@GC.MARICOPA.EDU
  2945. Gendale Community College
  2946. 6000 W. Olive Ave
  2947. Glendale AZ. 85302
  2948. ------------------------------------------------------
  2949. =========================================================================
  2950. Date:         Sun, 21 Nov 1993 21:08:39 -0700
  2951. Reply-To:     Microsoft Access Database Discussion List
  2952.               <ACCESS-L@INDYCMS.BITNET>
  2953. Sender:       Microsoft Access Database Discussion List
  2954.               <ACCESS-L@INDYCMS.BITNET>
  2955. From:         Bill Stewart <STEWART@GC.BITNET>
  2956. Subject:      Re: Access - Out Of Memory
  2957.  
  2958. I had the same problem with compacting a database.  My fix was to use
  2959. visual basic to write a short program to perform the compacting.  My guess
  2960. is that the out of memory error is really an error that not enough
  2961. resources are available.
  2962.  
  2963. It's my understanding that you can have gigabytes of RAM and still run out
  2964. of memory.  What happens is, windows only has 640K(best guess) of resources
  2965. to allocate to an application.  I've read about this a few times and really
  2966. don't want to muddy the issue by trying to explain it.  All I know is that
  2967. when MS set out to design NT, they decided not to incorporate this resource
  2968. limitation. In NT you can use as many resources as you have RAM.
  2969.  
  2970. I hope this helps.
  2971. =========================================================================
  2972. Date:         Mon, 22 Nov 1993 10:10:25 EST
  2973. Reply-To:     Microsoft Access Database Discussion List
  2974.               <ACCESS-L@INDYCMS.BITNET>
  2975. Sender:       Microsoft Access Database Discussion List
  2976.               <ACCESS-L@INDYCMS.BITNET>
  2977. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  2978. Subject:      New Access Release
  2979.  
  2980. My apologies for the deception.
  2981.  
  2982. Pet peeve time:
  2983.  
  2984. I've deleted the offending message body (to protect the
  2985. guilty) but here was the subject:
  2986.  
  2987.  
  2988. --->   RE:      Re: ACCESS-L Digest - 18 Nov 1993 to 19 Nov 1993
  2989.  
  2990. For those of you who receive a digest version of the messages,
  2991. please, please, please change the subject to match the topic --
  2992. then we don't have to read through every message just because
  2993. someone doesn't keep the thread correct.  Did you feel let down
  2994. because the subject didn't match on this message?  Now you
  2995. know how the rest of us feel.  This is an Internet sin which
  2996. ranks right up there with overquoting.
  2997.  
  2998. Thank-you.
  2999. =========================================================================
  3000. Date:         Mon, 22 Nov 1993 09:16:57 PST
  3001. Reply-To:     Microsoft Access Database Discussion List
  3002.               <ACCESS-L@INDYCMS.BITNET>
  3003. Sender:       Microsoft Access Database Discussion List
  3004.               <ACCESS-L@INDYCMS.BITNET>
  3005. From:         Thornton Prime <"Thorton_~Prime_at_lmu-acad1"@LMUMAIL.LMU.EDU>
  3006. Subject:      MS Access Knowledge Base
  3007.  
  3008.      A week or two ago, there was a lot of discussion about the
  3009.      latest KB available aparently on Compuserve.  Since I don't
  3010.      have Compuserve access, I had asked if someone would mind
  3011.      uploading it to a publicly accessible FTP site.  I suggested
  3012.      FTP.CICA.INDIANA.EDU since they have a small, but growing
  3013.      Access collection of shareware and freeware.
  3014.  
  3015.      I still haven't seen anything new that looks like a KB file.
  3016.      Could someone upload it, or at least repost the names of the
  3017.      files so that I can go Achie'ing for them.  I understand
  3018.      that there's two separate files: the KB and a new search
  3019.      index.
  3020.  
  3021.      Thanks a lot.  Your help is sincerly appreciated.
  3022.  
  3023.      T. Prime
  3024. =========================================================================
  3025. Date:         Mon, 22 Nov 1993 12:20:08 EST
  3026. Reply-To:     Microsoft Access Database Discussion List
  3027.               <ACCESS-L@INDYCMS.BITNET>
  3028. Sender:       Microsoft Access Database Discussion List
  3029.               <ACCESS-L@INDYCMS.BITNET>
  3030. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  3031. Organization: IUPUI Student Activities Office (317) 274-3931
  3032. Subject:      Re: MS Access Knowledge Base
  3033. In-Reply-To:  Message of Mon,
  3034.               22 Nov 1993 09:16:57 PST from <Thorton_~Prime_at_l
  3035.               mu-acad1@LMUMAIL.LMU.EDU>
  3036.  
  3037. The problem with putting the KB up on CICA is that it's over 1.5 megs
  3038. now.  <I> can't put it up there without a lot of trouble.  My route <has>
  3039. been download from C$erve, put on a floppy, go to the cluster, and ftp it
  3040. up to CICA.  Even at 9600 baud, it's going to take me a half-hour to down-
  3041. load it, and it won't fit on a 1.44MB floppy.  And there's no <way> I'm
  3042. going to download it at home and then use Kermit at 2400 baud to upload
  3043. it to my mainframe account (I'd be online for hours...).
  3044.  
  3045. Someone mentioned that all the relevant documents were on ftp.microsoft.com,
  3046. but not in the Help file format.  I seem to recall commenting that it would
  3047. sure be nice if good ol' MS would see fit to make it available that way for
  3048. ftp...
  3049.  
  3050. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  3051. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  3052. Indiana University Purdue University Indianapolis
  3053. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  3054. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  3055. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  3056. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  3057. ------------------------------------------------------------------------------
  3058. =========================================================================
  3059. Date:         Mon, 22 Nov 1993 12:25:56 EST
  3060. Reply-To:     Microsoft Access Database Discussion List
  3061.               <ACCESS-L@INDYCMS.BITNET>
  3062. Sender:       Microsoft Access Database Discussion List
  3063.               <ACCESS-L@INDYCMS.BITNET>
  3064. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  3065. Organization: IUPUI Student Activities Office (317) 274-3931
  3066. Subject:      Finally upgraded to 1.1
  3067.  
  3068. Following what I believe was a good comment from Phil, I am herewith
  3069. posting my next comment under a new Subject line.  :)
  3070.  
  3071. I just found the 1.1 upgrade at Best Buy (one of the local discount
  3072. places) and bought it.  Not sure what I'm supposed to be applauding,
  3073. but at least I now feel like I'm on the cutting edge...:)
  3074.  
  3075. I <knew> if I waited long enough it would cost me less than mailing off
  3076. to Microsoft for it....
  3077.  
  3078. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  3079. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  3080. Indiana University Purdue University Indianapolis
  3081. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  3082. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  3083. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  3084. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  3085. ------------------------------------------------------------------------------
  3086. =========================================================================
  3087. Date:         Mon, 22 Nov 1993 09:37:30 PST
  3088. Reply-To:     Microsoft Access Database Discussion List
  3089.               <ACCESS-L@INDYCMS.BITNET>
  3090. Sender:       Microsoft Access Database Discussion List
  3091.               <ACCESS-L@INDYCMS.BITNET>
  3092. From:         Jim Richardson <richrdsn@CCSMTP.CANON.COM>
  3093. Subject:      Subscriptions
  3094.  
  3095. Text item: Text_1
  3096.  
  3097. HELP
  3098.  
  3099. I deleted the help file for this list, and I need to log off of it.  I will be
  3100. going away for the month, and don't want mail piling up.  If some one could
  3101. please send me the help file, or, the log off command, I would appreciate it.
  3102.  
  3103. Thanks
  3104. =========================================================================
  3105. Date:         Mon, 22 Nov 1993 12:03:13 -0600
  3106. Reply-To:     Microsoft Access Database Discussion List
  3107.               <ACCESS-L@INDYCMS.BITNET>
  3108. Sender:       Microsoft Access Database Discussion List
  3109.               <ACCESS-L@INDYCMS.BITNET>
  3110. From:         Jenny Jacobson <JACOBSVJ@VUCTRVAX.BITNET>
  3111. Subject:      Re: Finally upgraded to 1.1
  3112.  
  3113. Nathan Brindle mentioned buying the Access 1.1 upgrade.  We found the
  3114. upgrade for $14.99 from CompUSA in a Bulk Rate flyer.  We had just
  3115. to call our local store and be placed on a waiting list (4-6 weeks).
  3116. Other option would be to call 1-800-compusa.
  3117.  
  3118. Oh, it's #591274 in the catalog.
  3119.  
  3120. Jenny Jacobson
  3121. JACOBSVJ@ctrvax.vanderbilt.edu
  3122. =========================================================================
  3123. Date:         Mon, 22 Nov 1993 13:33:54 EST
  3124. Reply-To:     Microsoft Access Database Discussion List
  3125.               <ACCESS-L@INDYCMS.BITNET>
  3126. Sender:       Microsoft Access Database Discussion List
  3127.               <ACCESS-L@INDYCMS.BITNET>
  3128. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  3129. Subject:      Re: MS Access Knowledge Base
  3130.  
  3131. % The problem with putting the KB up on CICA is that it's over 1.5 megs
  3132. % now.  <I> can't put it up there without a lot of trouble.  My route <has>
  3133. % been download from C$erve, put on a floppy, go to the cluster, and ftp it
  3134. % up to CICA.  Even at 9600 baud, it's going to take me a half-hour to down-
  3135. % load it, and it won't fit on a 1.44MB floppy.  And there's no <way> I'm
  3136. % going to download it at home and then use Kermit at 2400 baud to upload
  3137. % it to my mainframe account (I'd be online for hours...).
  3138.  
  3139. Actually, there are two versions listed on Compu$erve -- the larger
  3140. of the two is 1.5, the other just over a Mg.  The way I ported it
  3141. home was to use PKZIP, but use the span diskette option which takes
  3142. care of the "too big" problem.
  3143.  
  3144. phil
  3145. =========================================================================
  3146. Date:         Mon, 22 Nov 1993 13:50:58 EST
  3147. Reply-To:     Microsoft Access Database Discussion List
  3148.               <ACCESS-L@INDYCMS.BITNET>
  3149. Sender:       Microsoft Access Database Discussion List
  3150.               <ACCESS-L@INDYCMS.BITNET>
  3151. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  3152. Organization: IUPUI Student Activities Office (317) 274-3931
  3153. Subject:      Re: MS Access Knowledge Base
  3154. In-Reply-To:  Message of Mon,
  3155.               22 Nov 1993 13:33:54 EST from <72410.2162@COMPUSER VE.COM>
  3156.  
  3157. Right...but it isn't two versions...it's the KB plus a big file that
  3158. allegedly allows keyword searches on the KB.  So you actually need both
  3159. to get the full benefit.
  3160.  
  3161. It's still too big for me to mess with.
  3162.  
  3163. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  3164. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  3165. Indiana University Purdue University Indianapolis
  3166. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  3167. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  3168. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  3169. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  3170. ------------------------------------------------------------------------------
  3171. =========================================================================
  3172. Date:         Mon, 22 Nov 1993 13:56:46 EST
  3173. Reply-To:     Microsoft Access Database Discussion List
  3174.               <ACCESS-L@INDYCMS.BITNET>
  3175. Sender:       Microsoft Access Database Discussion List
  3176.               <ACCESS-L@INDYCMS.BITNET>
  3177. From:         Nathan Brindle <NBRINDLE@INDYCMS.BITNET>
  3178. Organization: IUPUI Student Activities Office (317) 274-3931
  3179. Subject:      VERY LONG KB FILE SOMEONE MAILED TO ME
  3180.  
  3181. Thanks, whoever it was, but you just about lunched my account with the
  3182. very long posting . . . and I have an administrative account.  (Meaning
  3183. it's pretty big on disk space)  Please don't send files like that, I'll
  3184. find another way to get my hands on it.  Thanks.
  3185.  
  3186. -----------------------------------------------------BITNET:  NBRINDLE@INDYCMS
  3187. Nathan C. Brindle, Administrative Specialist, Student Activities Office
  3188. Indiana University Purdue University Indianapolis
  3189. Staff Advisor, ALPHA PHI OMEGA, TAU OMICRON CHAPTER
  3190. List Administrator, STUACTS, APOSEC52, ACCESS-L, and BRTHPRNT@INDYCMS
  3191. Internet:    NBRINDLE@INDYCMS.IUPUI.EDU
  3192. Disclaimer:  My opinions are my own.  Indiana University can speak for itself.
  3193. ------------------------------------------------------------------------------
  3194. =========================================================================
  3195. Date:         Mon, 22 Nov 1993 13:29:51 -0600
  3196. Reply-To:     Microsoft Access Database Discussion List
  3197.               <ACCESS-L@INDYCMS.BITNET>
  3198. Sender:       Microsoft Access Database Discussion List
  3199.               <ACCESS-L@INDYCMS.BITNET>
  3200. From:         "John A. Olson" <aurora.cdev.com@AURORA.CDEV.COM>
  3201. Subject:      Re: New Access Release
  3202.  
  3203. >My apologies for the deception.
  3204. >
  3205. >Pet peeve time:
  3206. >
  3207. >I've deleted the offending message body (to protect the
  3208. >guilty) but here was the subject:
  3209. >
  3210. >
  3211. >--->   RE:      Re: ACCESS-L Digest - 18 Nov 1993 to 19 Nov 1993
  3212. >
  3213. >For those of you who receive a digest version of the messages,
  3214. >please, please, please change the subject to match the topic --
  3215. >then we don't have to read through every message just because
  3216. >someone doesn't keep the thread correct.  Did you feel let down
  3217. >because the subject didn't match on this message?  Now you
  3218. >know how the rest of us feel.  This is an Internet sin which
  3219. >ranks right up there with overquoting.
  3220. >
  3221. >Thank-you.
  3222. >
  3223.  
  3224. Now Phil,
  3225.   Are we flaming at the mouth? :)  That was a nasty trick on the rest of us.
  3226.  I thought MS was
  3227. coming out with a new version!  thanks for nothing! :)
  3228.  
  3229. John
  3230. =========================================================================
  3231. Date:         Mon, 22 Nov 1993 16:44:38 EST
  3232. Reply-To:     Microsoft Access Database Discussion List
  3233.               <ACCESS-L@INDYCMS.BITNET>
  3234. Sender:       Microsoft Access Database Discussion List
  3235.               <ACCESS-L@INDYCMS.BITNET>
  3236. From:         Phil Paxton <72410.2162@COMPUSERVE.COM>
  3237. Subject:      Subject Line / Was Re: New Access Release
  3238.  
  3239. % Now Phil,
  3240. %  Are we flaming at the mouth? :)  That was a nasty trick on the rest of us.
  3241.  
  3242. But it worked, didn't it?  :)  Besides:
  3243. 1) it demonstrated the point, only to a stronger degree
  3244. 2) would anyone have read it if it said "appropriate subject lines" ??
  3245.  
  3246. %  I thought MS was coming out with a new version!  thanks for nothing! :)
  3247.  
  3248. According to some of the trade rags, MS is.  But Microsoft & those on
  3249. NDA are not able to confirm/deny the existence or schedule of
  3250. (apparent) forthcoming products. :(
  3251.  
  3252. phil
  3253. =========================================================================
  3254. Date:         Mon, 22 Nov 1993 12:48:04 PST
  3255. Reply-To:     Microsoft Access Database Discussion List
  3256.               <ACCESS-L@INDYCMS.BITNET>
  3257. Sender:       Microsoft Access Database Discussion List
  3258.               <ACCESS-L@INDYCMS.BITNET>
  3259. From:         Thornton Prime <"Thorton_~Prime_at_lmu-acad1"@LMUMAIL.LMU.EDU>
  3260. Subject:      Re: MS Access Knowledge Base
  3261.  
  3262.      Hmmmm...
  3263.  
  3264.      When I asked that someone put the KB files at a FTP site, I
  3265.      hadn't realized that they were so hugeomongoenormous.  It
  3266.      would be nice if Microsoft would post it at
  3267.      ftp.microsoft.com (hey, any MS people out there?), but that
  3268.      doesn't look like it will happen for a while.
  3269.  
  3270.      My problem is that I'm installing a database for some
  3271.      people, and would like to give them the latest Access KB.
  3272.      Unlike the other person who posted on this list, it will not
  3273.      much my account to get mail this big.
  3274.  
  3275.      If it is easier than FTPing it, would someone mind mailing
  3276.      it directly to me?  If you can drop me a note directly and
  3277.      wait for my response so I can clear out some old mail out of
  3278.      my folders so I can catch the KB and the keyword search
  3279.      index files.
  3280.  
  3281.      Thanks
  3282.  
  3283.      Thornton Prime
  3284. =========================================================================
  3285. Date:         Mon, 22 Nov 1993 14:21:23 PST
  3286. Reply-To:     Microsoft Access Database Discussion List
  3287.               <ACCESS-L@INDYCMS.BITNET>
  3288. Sender:       Microsoft Access Database Discussion List
  3289.               <ACCESS-L@INDYCMS.BITNET>
  3290. From:         Corey Lawson <csl@U.WASHINGTON.EDU>
  3291. Subject:      A couple of questions...
  3292. In-Reply-To:  <9311220359.AA26212@walker.u.washington.edu>; from "Bill Stewart"
  3293.               at Nov 21, 93 8:59 pm
  3294.  
  3295. Well, here's the specific case:  I have a data-entry form, and for the date
  3296. field, I want it to default to the date entered for the previous record.
  3297. How do I do this?  Is this something I put in the table (like a Default Value)
  3298. or a macro?
  3299.  
  3300. Second, say I have a table with a bunch of time values in it like this (this
  3301. is for times people sign in and out of my computer lab.  I want to get
  3302. a measure of the number of users per hour):
  3303.  
  3304. TimeIN          TimeOut
  3305. 14:00           14:05
  3306. 14:02           16:23
  3307. 14:25           17:01
  3308. ...
  3309.  
  3310. I want to make a histogram from the resulting numbers...
  3311. Is there an easy way to do this, or do I have to do it programatically (like
  3312. I did in Excel...SLOW!)?
  3313.  
  3314. Thanks for the help.
  3315.  
  3316. Oh...to the Microsoft Access team:  Thanks for a totally cool program!
  3317.  
  3318. -Corey Lawson
  3319. csl@stein.u.washington.edu
  3320. =========================================================================
  3321. Date:         Mon, 22 Nov 1993 14:17:30 -0800
  3322. Reply-To:     Microsoft Access Database Discussion List
  3323.               <ACCESS-L@INDYCMS.BITNET>
  3324. Sender:       Microsoft Access Database Discussion List
  3325.               <ACCESS-L@INDYCMS.BITNET>
  3326. From:         John von Colditz <johnvon@HALCYON.COM>
  3327. Subject:      Re: MS Access Knowledge Base
  3328. In-Reply-To:  <199311222015.AA08019@halcyon.com> from "Nathan Brindle" at Nov
  3329.               22, 93 01:50:58 pm
  3330.  
  3331. I will attempt to clarify what the two files that make up the Knowledge
  3332. Base are.  The "small" file is ACC-KB.ZIP.  It is the Knowledge Base
  3333. itself.  It unzips to about 1.5 MB.  The second file is ACC-IN.ZIP.  It
  3334. is about 1.5 MB, and unzips to about 2.4 MB.  It allows you to search
  3335. the entire KB for individual words/phrases, alone or in combination.
  3336. ACC-KB.ZIP functions quite well without ACC-IN.ZIP.
  3337.  
  3338. I have both files, downloaded from Compuserve.  Nathan, if you can give
  3339. me a mailing (US Postal Service) I will backup the ZIP's to floppy's and
  3340. mail them to you.
  3341.  
  3342. John
  3343. johnvon@halcyon.com
  3344. =========================================================================
  3345. Date:         Mon, 22 Nov 1993 17:20:53 -0800
  3346. Reply-To:     Microsoft Access Database Discussion List
  3347.               <ACCESS-L@INDYCMS.BITNET>
  3348. Sender:       Microsoft Access Database Discussion List
  3349.               <ACCESS-L@INDYCMS.BITNET>
  3350. From:         John von Colditz <johnvon@HALCYON.COM>
  3351. Subject:      Re: A couple of questions...
  3352. In-Reply-To:  <199311230043.AA19064@halcyon.com> from "Corey Lawson" at Nov 22,
  3353.               93 02:21:23 pm
  3354.  
  3355. Corey,
  3356.  
  3357. In response to your first question. Create a new form.  Put a field on
  3358. it to hold the last date value.  Set the visible property of the form to
  3359. No.  Load your hidden form before you load your data entry form.  In the
  3360. OnUpdate property of your date field, put a function to copy the date
  3361. field to the hidden form date field (Forms![HiddenForm]![DateField] =
  3362. Forms![DataEntryForm]![DataDate]).  In the OnEnter property on the date
  3363. field on the data entry form copy the date back from the hidden form
  3364.  
  3365. If IsNull([DataDate]) then
  3366.     Forms![DataEntryForm]![DataDate] = Forms![HiddenForm]![DateField]
  3367. Endif
  3368.  
  3369. This should make it work for you.  (You may have to use
  3370. Forms![DataEntryForm]![DataDate] in the IsNull clause).
  3371.  
  3372. On your second question, I don't know.
  3373.  
  3374. Good luck.
  3375.  
  3376. John
  3377. johnvon@halcyon.com
  3378. Woodinville, WA
  3379. =========================================================================
  3380. Date:         Tue, 23 Nov 1993 10:21:25 -0600
  3381. Reply-To:     Microsoft Access Database Discussion List
  3382.               <ACCESS-L@INDYCMS.BITNET>
  3383. Sender:       Microsoft Access Database Discussion List
  3384.               <ACCESS-L@INDYCMS.BITNET>
  3385. From:         "John A. Olson" <aurora.cdev.com@AURORA.CDEV.COM>
  3386. Subject:      Access Basic Cookbook
  3387.  
  3388. I received mail from John von Colditz regarding my request for a routine to
  3389. determine what all the error code definitions were, and he sent me a routine
  3390. which worked quite well.  He said it was from a book entitled "Access Basic
  3391. Cookbook" written by Chris St. Valentine.  I would like to know more about
  3392. this book.  Where can I get one?  How much does it cost?  How good IS it?  I
  3393. would have written directly to John, but I felt this might be of interest to
  3394. others as well.
  3395.  
  3396. By the way Nathan, if you are reading this, I seem to be getting double
  3397. messages from John von Colditz.  Any idea why?  His mail is the only mail I
  3398. seem to get duplicates from.
  3399.  
  3400. Cheers!
  3401.  
  3402. John A. Olson
  3403. jao9w265@aurora.cdev.com
  3404. Computing Devices International (F.K.A. Control Data Corp.)
  3405. Bloomington, MN
  3406. =========================================================================
  3407. Date:         Tue, 23 Nov 1993 11:21:41 -0500
  3408. Reply-To:     Microsoft Access Database Discussion List
  3409.               <ACCESS-L@INDYCMS.BITNET>
  3410. Sender:       Microsoft Access Database Discussion List
  3411.               <ACCESS-L@INDYCMS.BITNET>
  3412. From:         rjp3@POSTOFFICE.MAIL.CORNELL.EDU
  3413. Subject:      OLE links to Non-Windows applications
  3414.  
  3415. Fellow Access-ors,
  3416.  
  3417. Greetings.  Have any of you tried to establish OLE links to non-Windows
  3418. applications, such as Word Perfect for DOS or PC-ATLAS?  If so, were you
  3419. successful, and did you have to use and special tricks?
  3420.  
  3421. I've done some tests, but so far they haven't worked.
  3422.  
  3423. Any input will be greatly appreciated.
  3424.  
  3425. Thanks in advance.
  3426.  
  3427. Richard J. Pugh
  3428. ----------------------------------------------------------------------------
  3429. Richard J. Pugh, Assistant Librarian      |"Traveling Eternity Road,
  3430.   110 Olin Library, Central Tech Services | What will you find there?
  3431.   Cornell University, Ithaca, NY 14853    | Carrying your heavy load,
  3432.   Internet:  rjp3@cornell.edu             | Searching to find, some peace
  3433.   Phone: (607) 255-5752                   |    of mind."  --The Moody Blues
  3434. ----------------------------------------------------------------------------
  3435. =========================================================================
  3436. Date:         Tue, 23 Nov 1993 09:37:32 PST
  3437. Reply-To:     Microsoft Access Database Discussion List
  3438.               <ACCESS-L@INDYCMS.BITNET>
  3439. Sender:       Microsoft Access Database Discussion List
  3440.               <ACCESS-L@INDYCMS.BITNET>
  3441. From:         Malaspina News Gateway <newsgate@MALA.BC.CA>
  3442. Subject:      Re: A couple of questions...
  3443.  
  3444. From: apland@mala.bc.ca (Ron)
  3445.  
  3446. In article <050DFCF4F8003@mala.bc.ca>, Corey Lawson <csl@U.WASHINGTON.EDU>
  3447.  writes:
  3448. > Well, here's the specific case:  I have a data-entry form, and for the date
  3449. > field, I want it to default to the date entered for the previous record.
  3450. > How do I do this?  Is this something I put in the table (like a Default Value)
  3451. > or a macro?
  3452.  
  3453. Use a macro; lets call it DUPFIELD.  Assign the macro to the On Enter control of
  3454. your field textbox.  In DUPFIELD select SendKeys as your action and enter
  3455. ^(') as your keystrokes.  That should do it.
  3456.  
  3457. > Second, say I have a table with a bunch of time values in it like this (this
  3458. > is for times people sign in and out of my computer lab.  I want to get
  3459. > a measure of the number of users per hour):
  3460. >
  3461. > TimeIN          TimeOut
  3462. > 14:00           14:05
  3463. > 14:02           16:23
  3464. > 14:25           17:01
  3465. > ...
  3466. >
  3467. > I want to make a histogram from the resulting numbers...
  3468. > Is there an easy way to do this, or do I have to do it programatically (like
  3469. > I did in Excel...SLOW!)?
  3470.  
  3471. Don't you wish that people who write databases and spreadsheets would think
  3472. about histograms.  There are so many applications for them and yet they seem
  3473. to be missing from charting programs associated with databases, spreadsheets,
  3474. integrated programs, and now word processors.  I think we had to wait for
  3475. Excel 3 before we saw built-in histograms there.
  3476.  
  3477. For your specific problem, the best I can come up with is a crosstab but then
  3478. you also probably want to group your times into hours before counting frequency.
  3479. The other option, of course, is to export the data into Excel (since it sounds
  3480. like you have it) and have Excel calculate the histogram for you.
  3481.  
  3482. Ron
  3483. --------------------------------------------------------------------------------
  3484. Received: by mala.bc.ca (MX V3.3 VAX) id 31703; Tue, 23 Nov 1993 09:20:35 PST
  3485. To: newsgate@mala.bc.ca
  3486. =========================================================================
  3487. Date:         Tue, 23 Nov 1993 13:19:58 -0600
  3488. Reply-To:     Microsoft Access Database Discussion List
  3489.               <ACCESS-L@INDYCMS.BITNET>
  3490. Sender:       Microsoft Access Database Discussion List
  3491.               <ACCESS-L@INDYCMS.BITNET>
  3492. From:         "John A. Olson" <aurora.cdev.com@AURORA.CDEV.COM>
  3493. Subject:      Re: A couple of questions...
  3494.  
  3495. >From: apland@mala.bc.ca (Ron)
  3496. >
  3497. >In article <050DFCF4F8003@mala.bc.ca>, Corey Lawson <csl@U.WASHINGTON.EDU>
  3498. > writes:
  3499. >> Well, here's the specific case:  I have a data-entry form, and for the date
  3500. >> field, I want it to default to the date entered for the previous record.
  3501. >> How do I do this?  Is this something I put in the table (like a Default
  3502. Value)
  3503. >> or a macro?
  3504. >
  3505. >Use a macro; lets call it DUPFIELD.  Assign the macro to the On Enter
  3506. control of
  3507. >your field textbox.  In DUPFIELD select SendKeys as your action and enter
  3508. >^(') as your keystrokes.  That should do it.
  3509. >
  3510. >> Second, say I have a table with a bunch of time values in it like this (this
  3511. >> is for times people sign in and out of my computer lab.  I want to get
  3512. >> a measure of the number of users per hour):
  3513. >>
  3514. >> TimeIN          TimeOut
  3515. >> 14:00           14:05
  3516. >> 14:02           16:23
  3517. >> 14:25           17:01
  3518. >> ...
  3519. >>
  3520. >> I want to make a histogram from the resulting numbers...
  3521. >> Is there an easy way to do this, or do I have to do it programatically (like
  3522. >> I did in Excel...SLOW!)?
  3523. >
  3524. >Don't you wish that people who write databases and spreadsheets would think
  3525. >about histograms.  There are so many applications for them and yet they seem
  3526. >to be missing from charting programs associated with databases, spreadsheets,
  3527. >integrated programs, and now word processors.  I think we had to wait for
  3528. >Excel 3 before we saw built-in histograms there.
  3529. >
  3530. >For your specific problem, the best I can come up with is a crosstab but then
  3531. >you also probably want to group your times into hours before counting
  3532. frequency.
  3533. >The other option, of course, is to export the data into Excel (since it sounds
  3534. >like you have it) and have Excel calculate the histogram for you.
  3535. >
  3536. >Ron
  3537. >---------------------------------------------------------------------------
  3538. -----
  3539. >Received: by mala.bc.ca (MX V3.3 VAX) id 31703; Tue, 23 Nov 1993 09:20:35 PST
  3540. >To: newsgate@mala.bc.ca
  3541. >
  3542. >
  3543. Maybe I'm not understanding you correctly, but isn't there a graphing option
  3544. built into Access?  it seems to me that I have created a report which
  3545. included a graph based on data in my table.  the toolbox has an icon for
  3546. creating a graph.  how about trying that?  Just a thought.
  3547.  
  3548. John A. Olson
  3549. Computing Devices International
  3550. =========================================================================
  3551. Date:         Tue, 23 Nov 1993 12:46:34 PST
  3552. Reply-To:     Microsoft Access Database Discussion List
  3553.               <ACCESS-L@INDYCMS.BITNET>
  3554. Sender:       Microsoft Access Database Discussion List
  3555.               <ACCESS-L@INDYCMS.BITNET>
  3556. From:         Corey Lawson <alfalfa@BOOSTER.U.WASHINGTON.EDU>
  3557. Subject:      MS-Graph question...
  3558. In-Reply-To:  <9311231935.AA14017@walker.u.washington.edu>; from "John A.
  3559.               Olson" at Nov 23, 93 1:19 pm
  3560.  
  3561. Say I have a table like this:
  3562.  
  3563. DayOfWeek       UsersPerDay
  3564. Sunday          1.1
  3565. Monday          2.5
  3566. Tuesday         3.1
  3567. Wednesday       5.9
  3568. Thursday        4.5
  3569. Friday          0.9
  3570. Saturday        3.1
  3571.  
  3572. and I want to make a bar graph of it.  When I do this, it ends up in Graph
  3573. with the DayOfWeek column alphabetized!  I can't get it (MS-Graph) to not
  3574. do this, i.e., I go in and change the rows by hand, and when I print it out
  3575. the bars still print out in alphabetical order (Fri, Mon, etc.).  So, either
  3576. Graph is doing it or Access is telling Graph to do it.  Kind of a problem,
  3577. in my opinion.
  3578.  
  3579. PS:  Thanks to all who replied to my prev. two questions!  The answers help
  3580. a great deal!
  3581.  
  3582. -Corey Lawson
  3583. csl@stein.u.washington.edu
  3584. =========================================================================
  3585. Date:         Tue, 23 Nov 1993 12:57:35 -0800
  3586. Reply-To:     Microsoft Access Database Discussion List
  3587.               <ACCESS-L@INDYCMS.BITNET>
  3588. Sender:       Microsoft Access Database Discussion List
  3589.               <ACCESS-L@INDYCMS.BITNET>
  3590. From:         John von Colditz <johnvon@HALCYON.COM>
  3591. Subject:      Re: MS-Graph question...
  3592. In-Reply-To:  <199311232049.AA27831@halcyon.com> from "Corey Lawson" at Nov 23,
  3593.               93 12:46:34 pm
  3594.  
  3595. Corey,
  3596.  
  3597. When the graph wizard creates the graph, it places an SQL statement in
  3598. the RowSource property of the graph.  I suspect there is an OrderBy
  3599. clause in there.  Pull up the form/report the graph is on in design
  3600. view.  Select the graph and look at the properties window.  Go to the
  3601. row source and press shift-F2, to bring up the zoom window.  You can
  3602. edit the SQL, save it, and your graph should work.
  3603.  
  3604. John
  3605. =========================================================================
  3606. Date:         Tue, 23 Nov 1993 13:06:20 -0800
  3607. Reply-To:     Microsoft Access Database Discussion List
  3608.               <ACCESS-L@INDYCMS.BITNET>
  3609. Sender:       Microsoft Access Database Discussion List
  3610.               <ACCESS-L@INDYCMS.BITNET>
  3611. From:         John von Colditz <johnvon@HALCYON.COM>
  3612. Subject:      Re: Access Basic Cookbook
  3613. In-Reply-To:  <199311231628.AA18422@halcyon.com> from "John A. Olson" at Nov 23,
  3614.               93 10:21:25 am
  3615.  
  3616. Access BASIC Cookbook
  3617. Chris St. Valentine
  3618. Addison Wesley
  3619. ISBN 0-201-62636-5
  3620. $34.95 - includes a disk
  3621.  
  3622. This is, as it says, a cookbook.  It has lots of techniques for doing
  3623. specific tasks in Access BASIC.  I have only had the book a short time,
  3624. but I have found it to be a wonderful reference.
  3625.  
  3626. John
  3627. johnvon@halcyon.com
  3628. =========================================================================
  3629. Date:         Wed, 24 Nov 1993 11:07:00 EST
  3630. Reply-To:     Microsoft Access Database Discussion List
  3631.               <ACCESS-L@INDYCMS.BITNET>
  3632. Sender:       Microsoft Access Database Discussion List
  3633.               <ACCESS-L@INDYCMS.BITNET>
  3634. From:         "Brian.Day" <CGA11@MSU.EDU>
  3635. Subject:      SIGNON ACCESS-L
  3636.  
  3637. Please sign me up on the MS Access List.  Thanks
  3638. =========================================================================
  3639. Date:         Wed, 24 Nov 1993 11:59:47 -0500
  3640. Reply-To:     Microsoft Access Database Discussion List
  3641.               <ACCESS-L@INDYCMS.BITNET>
  3642. Sender:       Microsoft Access Database Discussion List
  3643.               <ACCESS-L@INDYCMS.BITNET>
  3644. From:         Kenneth Hutchinson <KRH4502@NYUACF.BITNET>
  3645. Subject:      Access Basic
  3646.  
  3647.  I have the Access Basic Cookbook, and it has a lot of excelent sample
  3648. code. The probem is, he doesn't _explain_ the code very well. Especially
  3649. the examples of the Win API calls.
  3650.  My question is: Does anyone know any goods books on Access Basic
  3651. programming that thoroughly explains Win API calls, or is there a good
  3652. Windows programming book that I could use for Access programming instead?
  3653. I really have no interest in learning actual Windows programming, but
  3654. am interested in some of the hooks you can use through Access Basic.
  3655.  
  3656. TIA,
  3657. Ken Hutchinson
  3658. krh4502@acfcluster.nyu.edu
  3659. =========================================================================
  3660. Date:         Wed, 24 Nov 1993 09:47:00 PST
  3661. Reply-To:     Microsoft Access Database Discussion List
  3662.               <ACCESS-L@INDYCMS.BITNET>
  3663. Sender:       Microsoft Access Database Discussion List
  3664.               <ACCESS-L@INDYCMS.BITNET>
  3665. From:         "Kapczynski, Mark" <MARKK@NPIH.MEDSCH.UCLA.EDU>
  3666. Subject:      Re: Access Basic
  3667.  
  3668. Where can I find the Access Basic Cookbook?
  3669.  ----------
  3670. From: owner-access-l
  3671. To: Multiple recipients of list ACCESS-L
  3672. Subject: Access Basic
  3673. Date: Wed, Nov 24, 1993 11:59AM
  3674.  
  3675.  I have the Access Basic Cookbook, and it has a lot of excelent sample
  3676. code. The probem is, he doesn't _explain_ the code very well. Especially
  3677. the examples of the Win API calls.
  3678.  My question is: Does anyone know any goods books on Access Basic
  3679. programming that thoroughly explains Win API calls, or is there a good
  3680. Windows programming book that I could use for Access programming instead?
  3681. I really have no interest in learning actual Windows programming, but
  3682. am interested in some of the hooks you can use through Access Basic.
  3683.  
  3684. TIA,
  3685. Ken Hutchinson
  3686. krh4502@acfcluster.nyu.edu
  3687. =========================================================================
  3688. Date:         Wed, 24 Nov 1993 13:30:39 EST
  3689. Reply-To:     Microsoft Access Database Discussion List
  3690.               <ACCESS-L@INDYCMS.BITNET>
  3691. Sender:       Microsoft Access Database Discussion List
  3692.               <ACCESS-L@INDYCMS.BITNET>
  3693. From:         David Farr <DAVE@FUNGI.ARS-GRIN.GOV>
  3694. Subject:      Access Basic
  3695.  
  3696. Windows Programing for Meer Mortals by
  3697. Woody Leonhard may be helpful in starting
  3698. you into API calls
  3699.    Dave
  3700. =========================================================================
  3701. Date:         Wed, 24 Nov 1993 13:15:39 PST
  3702. Reply-To:     Microsoft Access Database Discussion List
  3703.               <ACCESS-L@INDYCMS.BITNET>
  3704. Sender:       Microsoft Access Database Discussion List
  3705.               <ACCESS-L@INDYCMS.BITNET>
  3706. From:         Corey Lawson <csl@U.WASHINGTON.EDU>
  3707. Subject:      Re: Access Basic
  3708. In-Reply-To:  <9311241703.AA13400@walker.u.washington.edu>; from "Kenneth
  3709.               Hutchinson" at Nov 24, 93 11:59 am
  3710.  
  3711. Most of the windows programming books use C, but there are a few that
  3712. use Visual Basic.  The god-like book (even though it's in C), is by
  3713. Petzold (I think it's called "Windows Programming".  Anyways, it's by
  3714. Microsoft Press).  Sorry I don't know more names.  I would say the
  3715. Windows programming books that use Visual Basic are going to be a lot
  3716. easier to use than the C books.
  3717.  
  3718. >  I have the Access Basic Cookbook, and it has a lot of excelent sample
  3719. > code. The probem is, he doesn't _explain_ the code very well. Especially
  3720. > the examples of the Win API calls.
  3721.  
  3722. That's because he's assuming that, if you are going to be using api calls,
  3723. that you are a windows programmer.  A safe assumption (you can hose your
  3724. system if you don't know what you are doing...), but irritating for
  3725. you.  I got some cool WordBasic macros that had some funky API calls, and
  3726. it got me to buy a couple of Windows programming books, because I wanted
  3727. to know how they worked.
  3728.  
  3729. >  My question is: Does anyone know any goods books on Access Basic
  3730. > programming that thoroughly explains Win API calls, or is there a good
  3731. > Windows programming book that I could use for Access programming instead?
  3732. > I really have no interest in learning actual Windows programming, but
  3733. > am interested in some of the hooks you can use through Access Basic.
  3734.  
  3735. Well, like WordBasic and using "Declare ...", once you start making API
  3736. calls, you ARE doing Windows programming...
  3737.  
  3738. Hope this helps...
  3739. -Corey Lawson
  3740. csl@stein.u.washington.edu
  3741.  
  3742. > TIA,
  3743. > Ken Hutchinson
  3744. > krh4502@acfcluster.nyu.edu
  3745. >
  3746. =========================================================================
  3747. Date:         Thu, 25 Nov 1993 10:52:31 MET
  3748. Reply-To:     Microsoft Access Database Discussion List
  3749.               <ACCESS-L@INDYCMS.BITNET>
  3750. Sender:       Microsoft Access Database Discussion List
  3751.               <ACCESS-L@INDYCMS.BITNET>
  3752. From:         Niels Abrahamsen <geofabe@AAU.DK>
  3753. Subject:      subscribe
  3754.  
  3755. Hi, everybody,
  3756. I have got this address from a friend of mine and would like
  3757. to subsribe to this list. My name is Eduard Petrovsky, home
  3758. e-mail address edp@seis.ig.cas.cz, but now, till the end
  3759. of November at geofabe@aau.dk
  3760. I am writing because in creating a database in Access, I encounter
  3761. few problems which I did not find in the newsgroup archive.
  3762.  
  3763. 1. in macros, the RunCode action is run also in conditional
  3764. branching using ... as an ellipse, although the condition is
  3765. not matched. Use RunMacro instead, and in this macro use the
  3766. RunCode action, followed by StopAllMacros.
  3767.  
  3768. 2. in designing Report in a mailing labels format, I wanted to
  3769. include an option to skip over several labels and start the printing
  3770. at certain print area at a page. However, the MoveLayout command
  3771. (in a function attached to the OnFormat Property) runs only once,
  3772. whatever I did to run it several times. Therefore, you can skip
  3773. only the first position.
  3774.  
  3775. If anybody knows solution to the latter problem, please, let me know
  3776. at geofabe@aau.dk
  3777.  
  3778. Thanks, Eduard
  3779. =========================================================================
  3780. Date:         Thu, 25 Nov 1993 11:56:38 -0500
  3781. Reply-To:     Microsoft Access Database Discussion List
  3782.               <ACCESS-L@INDYCMS.BITNET>
  3783. Sender:       Microsoft Access Database Discussion List
  3784.               <ACCESS-L@INDYCMS.BITNET>
  3785. From:         Louis Jezsik <jezsik@ALCOR.CONCORDIA.CA>
  3786. Subject:      Research Reference Database
  3787.  
  3788. I downloaded two Access files from CICA that deal with publications
  3789. research.  Unfortunately the really fancy one is written in German.
  3790. I suspect that it is exactly what I am looking for but it's kind of
  3791. hard to tell.  Does anyone know of other files that can assist me
  3792. with my research?
  3793. Thanks
  3794. Louis
  3795. jezsik@alcor.concordia.ca
  3796. =========================================================================
  3797. Date:         Sat, 27 Nov 1993 17:28:44 -0500
  3798. Reply-To:     "Patrick J. Duddy" <duddy@acad.csv.kutztown.edu>
  3799. Sender:       Microsoft Access Database Discussion List
  3800.               <ACCESS-L@INDYCMS.BITNET>
  3801. From:         "Patrick J. Duddy" <duddy@ACAD.CSV.KUTZTOWN.EDU>
  3802. Subject:      Enumerated Types in Access?
  3803.  
  3804. Hello:
  3805.         I am a beginner user of Access, not into the programming end of it
  3806. even though I am a CIS (programming) student at my school. Here is the
  3807. problem definition:
  3808.  
  3809.         I would like to create an 'enumerated type' in a sense, on the
  3810. Database I am using at my workplace.  We are doing an inventory of our
  3811. PC's here, and there are a few elements I would like in the database that
  3812. I am not sure how to format.
  3813.         For each PC, certain attributes or inventory items are to be
  3814. stored.  The example I am stuck on is Disk Drive Types, but it would apply
  3815. to things like 'what Software is installed?' and 'Which
  3816. servers/minicomputers is the PC connected to?'.
  3817.         I would like to have an enumerated type, such that my form would
  3818. have either
  3819.             a) Check Boxes for each of a few choices (5 drive types) {it
  3820. could be handled, of course, with just yes/no values for each item.}
  3821.             b) A text box that would hold only those items selected that
  3822. happen to belong on that CPU.  (40 software packages, but each PC has less
  3823. than 10 of those selected for each--yes/no values would not work on a form
  3824. since 40 check boxes would not fit on the form I need).
  3825.  
  3826.         I have created tables of things like Drive Types and Software
  3827. Packages that look like this:
  3828.  
  3829.         key #           name
  3830.         1               5-1/4"
  3831.         2               3-1/2"
  3832.         3               720K
  3833.         4               CD ROM
  3834.         5               Tape Backup
  3835.  
  3836.  
  3837.         So I don't want to just enter a text box with the listing of
  3838. attributes for the PC.  What do I need to do to accomplish the above?
  3839.  
  3840.         Did I explain it well enough?  Send questions, comments, and
  3841. references if need be.  Thanks for your time.  :-)
  3842.  
  3843.  
  3844.                         Rob Duddy
  3845. =========================================================================
  3846. Date:         Sun, 28 Nov 1993 17:53:58 -0800
  3847. Reply-To:     Microsoft Access Database Discussion List
  3848.               <ACCESS-L@INDYCMS.BITNET>
  3849. Sender:       Microsoft Access Database Discussion List
  3850.               <ACCESS-L@INDYCMS.BITNET>
  3851. From:         John von Colditz <johnvon@HALCYON.COM>
  3852. Subject:      Re: Enumerated Types in Access?
  3853. In-Reply-To:  <199311272245.AA23061@halcyon.com> from "Patrick J. Duddy" at Nov
  3854.               27, 93 05:28:44 pm
  3855.  
  3856. Rob,
  3857.  
  3858. As an Access guy, and not a comupter science guy, I would approach your
  3859. problem as follows:
  3860.  
  3861. 1) Use subform, from your main computer form to capture data on the disk
  3862.    drives and software.  Use combo-boxes on the subform to bring up a
  3863.    of acceptable drives or software.  Set the bound column of the combo
  3864.    box to the column # of the key field.
  3865.  
  3866. 2) Don't worry about enumerated types.  Don't think you need them for
  3867.    this situation.
  3868.  
  3869. 3) You will have to use two subforms to get this data.  One for the disk
  3870.    drives (one->many, cpu's->drives). One for software. One for network
  3871.    attachments. (funny, I count 3 subforms now!)
  3872.  
  3873. Good luck.
  3874.  
  3875. John
  3876. =========================================================================
  3877. Date:         Mon, 29 Nov 1993 09:03:56 EST
  3878. Reply-To:     pekka.koskinen@oph.fi
  3879. Sender:       Microsoft Access Database Discussion List
  3880.               <ACCESS-L@INDYCMS.BITNET>
  3881. From:         Pekka Koskinen <koskinen@OPH.FI>
  3882. Subject:      Access PD
  3883.  
  3884. What is a good ftp-site to find some access public domain stuff?
  3885.  
  3886. I know this has een discussed here before, so you may as well e-mail me
  3887. personally.
  3888.  
  3889. G'day and thanks in advance!
  3890. Pekka
  3891.  
  3892. *****************************************************************************
  3893.  Pekka Koskinen             :)
  3894.  CIMO, P.O. Box 343         :)       "To thine own self be true -;
  3895.  00531 Helsinki, FINLAND    :)  And it must follow as the night the day;
  3896.  tel +358-(9)0-7747 7962    :)    Thou canst not be false to any man"
  3897.  fax +358-(9)0-7747 7064    :)           William Shakespeare
  3898. =========================================================================
  3899. Date:         Mon, 29 Nov 1993 09:10:00 EST
  3900. Reply-To:     Microsoft Access Database Discussion List
  3901.               <ACCESS-L@INDYCMS.BITNET>
  3902. Sender:       Microsoft Access Database Discussion List
  3903.               <ACCESS-L@INDYCMS.BITNET>
  3904. From:         David Long <mvgsd!mvdbl@MVGPE.ATT.COM>
  3905. Subject:      Re: Enumerated Types in Access?
  3906.  
  3907. Patrick,
  3908. Re: Softwares
  3909. I would probably create a separate table as a list of all possible
  3910. softwares, and since no machine has more than ten softwares installed,
  3911. create on your form ten text boxes w/drop down lists. The list will
  3912. be based on the software table.....and all you have to do is select
  3913. the software(s) from the list.
  3914.  
  3915. Hope this helps
  3916. ==============================================================================
  3917.   David B. Long                             E-Mail=> mvdbl@mvgsd.att.com
  3918.   AT&T Network Systems (N.Andover MA.)      or=> d.b-long@channel1.com
  3919.   Quality Engineering                       Tele=> 508-960-3683
  3920. ==============================================================================
  3921. =========================================================================
  3922. Date:         Mon, 29 Nov 1993 08:49:07 -0600
  3923. Reply-To:     Microsoft Access Database Discussion List
  3924.               <ACCESS-L@INDYCMS.BITNET>
  3925. Sender:       Microsoft Access Database Discussion List
  3926.               <ACCESS-L@INDYCMS.BITNET>
  3927. From:         "John A. Olson" <aurora.cdev.com@AURORA.CDEV.COM>
  3928. Subject:      error code generator
  3929.  
  3930. This is perhaps a repeat for some of you, but Kevin Anderson requested that
  3931. it be made public.
  3932. It was originally posted by John von Colditz.
  3933.  
  3934. The following Access BASIC code will list the error codes for you.  It
  3935. is from the Access Basic Cookbook by Chris St. Valentine.  It creates a
  3936. text file of the error codes.  You just need to modify it to create a
  3937. table.
  3938.  
  3939. ( Actually, I just imported it into a table after running it.  Quite simple
  3940. really. )
  3941.  
  3942. Function UsedErrors() as Integer
  3943.  
  3944.      Dim FileNumber as Integer, T as String, X as Long
  3945.  
  3946.      T = Chr$(9)
  3947.      X = O
  3948.      FileNumber = FreeFile
  3949.      On Error Resume Next
  3950.      Open"ERRORS.TXT" For Output As FileNumber
  3951.      If Err Then
  3952.           UsedErrors = False
  3953.      Else
  3954.           Do While True
  3955.                 X = X + 1
  3956.                 If Left(Error(X), 18) <> "User-defined error" then
  3957.                      If Err Then
  3958.                           Exit Do
  3959.                      Endif
  3960.                      Print #FileNumber, X; T; Error(X)
  3961.                 Endif
  3962.           Loop
  3963.           Close FileNumber
  3964.           UsedErrors = True
  3965.      End If
  3966.      On Error GoTo 0
  3967. End Function
  3968. =========================================================================
  3969. Date:         Mon, 29 Nov 1993 21:21:19 -0500
  3970. Reply-To:     Microsoft Access Database Discussion List
  3971.               <ACCESS-L@INDYCMS.BITNET>
  3972. Sender:       Microsoft Access Database Discussion List
  3973.               <ACCESS-L@INDYCMS.BITNET>
  3974. From:         Louis Jezsik <jezsik@ALCOR.CONCORDIA.CA>
  3975. Subject:      Data Input form
  3976.  
  3977. <I'm kinda new to this, bear with me.)
  3978.  
  3979. I have three tables: Publications (containing information about various
  3980. publications I am researching), Institutions (about the Institutions
  3981. where I obtained the publications) and Contacts (about the people who
  3982. led me to the publications.  I want to create a form that will allow
  3983. me to enter information into each table.  Unfortunately, Access wants
  3984. to base the form on a single table rather than letting me choose from
  3985. the three.  I have tried to create a query that contained the information
  3986. I want (thereby allowing me to create a form with the three tables) but
  3987. I can't get Access to open the sheet (the query is blank, so then is the
  3988. form!).  What am I doing wrong?
  3989.  
  3990. Thanks!
  3991. Louis Jezsik
  3992. jezsik@alcor.concordia.ca
  3993. =========================================================================
  3994. Date:         Mon, 29 Nov 1993 22:06:02 -0600
  3995. Reply-To:     Microsoft Access Database Discussion List
  3996.               <ACCESS-L@INDYCMS.BITNET>
  3997. Sender:       Microsoft Access Database Discussion List
  3998.               <ACCESS-L@INDYCMS.BITNET>
  3999. From:         Jenny Jacobson <JACOBSVJ@VUCTRVAX.BITNET>
  4000. Subject:      Request:  How to OLE from ACCESS to WordPerfect 6
  4001.  
  4002. I'm going to have several documents in WordPerfect 6.  I'd like to
  4003. have the objects stored in ACCESS and the links stored in the documents.
  4004. WordPerfect 6 does not include Microsoft ACCESS as one of its database
  4005. formats.  I realize that an ASCII delimited file could be used.  However,
  4006. I'm hoping there is an easier way.
  4007.  
  4008. Jenny Jacobson
  4009. JACOBSVJ@ctrvax.vanderbilt.edu
  4010. =========================================================================
  4011. Date:         Mon, 29 Nov 1993 21:50:05 -0800
  4012. Reply-To:     Microsoft Access Database Discussion List
  4013.               <ACCESS-L@INDYCMS.BITNET>
  4014. Sender:       Microsoft Access Database Discussion List
  4015.               <ACCESS-L@INDYCMS.BITNET>
  4016. From:         John von Colditz <johnvon@HALCYON.COM>
  4017. Subject:      Re: Data Input form
  4018. In-Reply-To:  <199311300232.AA26522@halcyon.com> from "Louis Jezsik" at Nov 29,
  4019.               93 09:21:19 pm
  4020.  
  4021. Louis,
  4022.  
  4023. What I _think_ you want to do is actually a two-step process.  From the
  4024. way you described it, Publication and Institutions are related one-one.
  4025. If so, create a query that builds this list.  Let's assume the key field
  4026. linking these tables will be PubNum.  So you have to add an intermediate
  4027. table in this relationship, composed of PubNum, and the key for the
  4028. contact database.  You end up with something like:
  4029.  
  4030. Publications      Intermediate       Institutions
  4031. PubNum ------------> PubNum
  4032. PubJunk....          InstCode ------> InstCode
  4033.                                       InstName
  4034.                                       InstJunk
  4035.  
  4036. Use this query to build your form for the input of publication and
  4037. institution information.
  4038.  
  4039. For the input of your Contact information, you need to build a form,
  4040. based on the table where you will store contact information.  It will
  4041. probably look something like:
  4042.  
  4043. PubNum
  4044. ContactCode
  4045. OtherStuff...
  4046.  
  4047. Better yet, base it on a query that links your contact information to
  4048. your contact table:
  4049.  
  4050. PubNum
  4051. ContactCode -----------> ContactCode
  4052. OtherStuff....           ContactName
  4053.                          OtherContactStuff
  4054.  
  4055. After the form is built, you will want to set it up as a subform on the
  4056. Publications form.  The easiest way is to bring the Publications form up
  4057. in design mode, click on the icon for the Contact form with the right
  4058. mouse button, hold it down, and drag it to the Publications form.  For
  4059. the LinkChild and LinkMaster Fields use PubNum.
  4060.  
  4061. This may all seem quite confusing.  For more information (that may be
  4062. clearer!) see chapter 10 in the Access Users Guide or look it up in a
  4063. good book on Access.
  4064.  
  4065. Good luck.
  4066.  
  4067. John
  4068. johnvon@halcyon.com
  4069. =========================================================================
  4070. Date:         Tue, 30 Nov 1993 06:40:03 PST
  4071. Reply-To:     Microsoft Access Database Discussion List
  4072.               <ACCESS-L@INDYCMS.BITNET>
  4073. Sender:       Microsoft Access Database Discussion List
  4074.               <ACCESS-L@INDYCMS.BITNET>
  4075. From:         Tri M Pham <tmp30@JUTS.CCC.AMDAHL.COM>
  4076. Subject:      Linking MS Write File to Access.
  4077.  
  4078.    Hello,
  4079.  
  4080. I am very new to Access and Window. So, if this is a FAQ please tell me where I
  4081. can get the answers. I have tried to link a MS Write file to access and
  4082. been uncessful at it. I did:
  4083.  
  4084. - Choose EDIT then Insert Object.
  4085. - Another screen is displayed with only MS Graph, Package, Paintbrush Picture
  4086.   and Sound.
  4087. - When I select File (button), I get the list of many other applications
  4088.   including MS Write.
  4089. - When I selected the file that I wanted, I got a error message:
  4090.   "Invalid source application name".
  4091.  
  4092. I have tried help and the system tell me to register the application but so
  4093. far I am unsuccessful. What am I doing wrong? Please help. Thank you very
  4094. much for your assistance.
  4095.  
  4096.    Regards,
  4097.  
  4098.    Tri Pham
  4099. =========================================================================
  4100. Date:         Tue, 30 Nov 1993 10:22:04 -0500
  4101. Reply-To:     Microsoft Access Database Discussion List
  4102.               <ACCESS-L@INDYCMS.BITNET>
  4103. Sender:       Microsoft Access Database Discussion List
  4104.               <ACCESS-L@INDYCMS.BITNET>
  4105. From:         Steve Bratten <GE0793@SIUCVMB.BITNET>
  4106. Subject:      Startup size & location of OLE applications...
  4107.  
  4108. When opening another application (such as MS-Word) by double-clicking
  4109. on an OLE field, is there any way to cause that application to start in a
  4110. certain sized window and at a pre-determined location? ...some technique
  4111. that would affect an OLE application the same as the MOVESIZE action
  4112. does on an ACCESS object?
  4113.  
  4114. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  4115. |                         o__                                          |
  4116. | Steve Bratten          _.>/^_      BITNET < GE0793@SIUCVMB >         |
  4117. | Graduate School       (_) \(_)   INTERNET < GE0793@SIUCVMB.SIU.EDU > |
  4118. | Southern Illinois University                                         |
  4119. | Carbondale IL 62901-4716   \o  \o  \o   Graduate School              |
  4120. | Voice: (618) 453-4552       |>  |>  |>  Southern Illinois University |
  4121. |   Fax: (618) 453-4562      < \ < \ < \  Carbondale, IL  62901-4716   |
  4122. |                                                                      |
  4123. ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^Steve Bratten^^^^^^^^^
  4124. =========================================================================
  4125. Date:         Tue, 30 Nov 1993 15:55:32 -0500
  4126. Reply-To:     Microsoft Access Database Discussion List
  4127.               <ACCESS-L@INDYCMS.BITNET>
  4128. Sender:       Microsoft Access Database Discussion List
  4129.               <ACCESS-L@INDYCMS.BITNET>
  4130. From:         Steve Bratten <GE0793@SIUCVMB.BITNET>
  4131. Subject:      Finding differences between two tables...
  4132.  
  4133. I'm forwarding this message for a colleague who doesn't have access to
  4134. the network.
  4135. Steve Bratten
  4136.  
  4137. I have a problem I am hoping you can help me with. I have two tables A
  4138. and B. A has a list of names. B has the same list of names, but more.
  4139. What I need to do is make a query that will show me only the names not
  4140. on list A. Also, if there is a way, could there be a query that would
  4141. show the differences between two tables? Say only showing the items not
  4142. equal in both tables.
  4143.  
  4144. Thanks,
  4145. Roger Davis
  4146. =========================================================================
  4147. Date:         Wed, 1 Dec 1993 10:51:24 GMT+1300
  4148. Reply-To:     Microsoft Access Database Discussion List
  4149.               <ACCESS-L@INDYCMS.BITNET>
  4150. Sender:       Microsoft Access Database Discussion List
  4151.               <ACCESS-L@INDYCMS.BITNET>
  4152. From:         Daniel Bar-Even <CSDXB@BAXTER.NATLIB.GOVT.NZ>
  4153. Organization: National Library of New Zealand
  4154. Subject:      Re: Finding differences between two tables...
  4155.  
  4156. <Stuff Deleted>
  4157.  
  4158. >I have a problem I am hoping you can help me with. I have two tables
  4159. >A and B. A has a list of names. B has the same list of names, but
  4160. >more. What I need to do is make a query that will show me only the
  4161. >names not on list A. Also, if there is a way, could there be a query
  4162. >that would show the differences between two tables? Say only showing
  4163. >the items not equal in both tables.
  4164.  
  4165. >Thanks,
  4166. >Roger Davis
  4167.  
  4168. You need to create an "Outer Join". In your query, create a join
  4169. between the Name fields in table A and Table B.  Double click on the
  4170. join line and choose the option that selects all the records in table
  4171. A and only those in B which are equal.
  4172.  
  4173. Then select all the Name records in table A which aren't in table B.
  4174.  
  4175. Eg:
  4176. SELECT Blah Blah
  4177. FROM Blah Blah
  4178. WHERE A.Name Not In (B.NAME)
  4179.  
  4180. You can create another query the other way around to show all the
  4181. records in B which aren't in A but I don't know how to show the
  4182. differences between the two tables in one query (I'm sure someone on
  4183. the list knows a way...).
  4184.  
  4185. **********************************************************
  4186. Daniel Bar-Even   (daniel.bar-even@baxter.natlib.govt.nz)
  4187. Client Support Analyst
  4188. National Library of New Zealand
  4189. Te Puna Matauranga o Aotearoa
  4190. P.O. Box 1467
  4191. Wellington
  4192. New Zealand         Ph: (04) 474-3075  Fax: (04) 474-3161
  4193. **********************************************************
  4194.